Skip to main content Skip to docs navigation

#90fefc hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Glitter Shower and its hex is #88FFFF Nearest Color Name

Color Hue/Base color: Blue

Hex #90fefc Color code in RGB color code model is created after adding 56.47% red color, 99.61% green color and 98.82% blue color. Hex #90fefc Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 0% magenta, 1% yellow and 0.39% black.

Hex #90fefc color code is between #88ffff web safe hex color code and #99eeee web safe hex color code. #88ffff is the nearest web safe color code. You can see here many more shades of #90fefc color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 90fefc #90fefc
RGB Decimal 144, 254, 252 144, 254, 252
RGB Percent 56%, 100%, 99% rgb(56%, 100%, 99%)
CSS RGBa 144, 254, 252,1 rgba(144,254,252,1)
CMYK Model cmyk(43%,0%,1%,0.39%)
HSL Color Space 179,98% ,78% hsl(179,98% ,78%)
HSV Color Space 179°, 43%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10010000 11111110 11111100
Octal 220 376 374
Decimal 144 254 252
Hex 90 fe fc

Different shades of #90fefc color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #90fefc
#02f3ee
Darker of #90fefc
#2bfdf9
Dark of #90fefc
#5dfefb
Base of #90fefc
#90fefc
Light of #90fefc
#c3fefd
Lighter
#f5ffff
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#90fefc
#fe9092

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#90fefc
#fe90c9
#fec590

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#90febc
#90fece
#90fefc
#90dbfe
#90aefe

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#90fefc
#fefc90
#fc90fe

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#90fefc
#fc90fe
#fe9092
#92fe90

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#90fefc
#c590fe
#fe9092
#c9fe90

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #90fefc

#02c0bd
#02f3ee
#2bfdf9
#5dfefb
#90fefc
#c3fefd
#f5ffff
#ffffff
#ffffff

Tints of #90fefc Color

#90fefc
#9cfefc
#a8fefc
#b5fefd
#c1fefd
#cdfefd
#dafefe
#e6fefe
#f2fefe
#ffffff

Shades of #90fefc color code

Generate more color scales with scales (color stack) generator.

#90fefc
#80e1e0
#70c5c4
#60a9a8
#508d8c
#407070
#305454
#203838
#101c1c
#000000

Tones

#90fefc
#9bf3f1
#a6e8e6
#b2dcdc
#bdd1d1

Tones

Similar Color like #90fefc color

Find visually similar hex color codes nearing to #90fefc hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#91fffd
#92fffe
#93ffff
#94ffff
#95ffff
#96ffff
#97ffff
#98ffff
#99ffff
#9affff
#9bffff
#9cffff
#9dffff
#9effff
#8ffdfb
#8efcfa
#8dfbf9
#8cfaf8
#8bf9f7
#8af8f6
#89f7f5
#88f6f4
#87f5f3
#86f4f2
#85f3f1
#84f2f0
#83f1ef
#82f0ee

Download this Light Blue

Hex #90fefc Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#90fefc Color Code Preview on Black Background Color

This is how #90fefc Color will look on black background color. Color contrast ratio is 17.77

#90fefc in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#90fefc">Your Example Paragraph content text in with font color #90fefc </p>

Your Example Paragraph content text in with font color #90fefc

HTML with inline CSS

<div style="color:#90fefc">Your Paragraph text in with font color #90fefc </div>

Your Example Paragraph content text in with font color #90fefc

#90fefc color code is use for CSS Background Color

Background color for the above div is #90fefc

HTML with inline CSS

<div style="background-color:#90fefc;"></div>

#90fefc color code is use for CSS Border Color

CSS Border color for the above div is #90fefc

HTML with inline CSS

<div style="border:5px solid #90fefc;"></div>

CSS Border Left color for the above div is #90fefc

HTML with inline CSS

<div style="border-left:5px solid #90fefc;"></div>

CSS Border Right color for the above div is #90fefc

HTML with inline CSS

<div style="border-right:5px solid #90fefc;"></div>

CSS Border Bottom color for the above div is #90fefc

HTML with inline CSS

<div style="border-bottom:5px solid #90fefc;"></div>

CSS Border Top color for the above div is #90fefc

HTML with inline CSS

<div style="border-top:5px solid #90fefc;"></div>

#90fefc hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#90fefc; } .examplecolorclass {color:#90fefc; } .examplebordercolor {border:3px solid #90fefc; }

#90fefc Color code Preview on White Background

This is how #90fefc Color code will look on white background color. Color contrast ratio is 1.18

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #90fefc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #90fefc; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(144,254,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,144,146,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(144,254,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }