COLOR #90CAFE

HEX: #90CAFE
RGB: (144,202,254)

Color info

#90CAFE contains mainly green and blue colors. Web safe color of #90CAFE is #99CCFF (or #9CF).

RGB color model

#90CAFE color RGB value is (144,202,254).

  • red value is 144;
  • green value is 202;
  • blue value is 254.
RGB:
(144,202,254)
(56%,79%,100%)

RGB channels and saturation

R 144 of 255 = 56%
G 202 of 255 = 79%
B 254 of 255 = 100%

144
202
254

R + G + B ~ 78%. #90CAFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 202 + 254 = 600 (100%)
R 144 of 600 ~ 24%
G 202 of 600 ~ 33.67%
B 254 of 600 ~ 42.33%

%24
%33.67
%42.33

CMYK color model

#90CAFE color CMYK value is (43,20,0,0).

  • cyan value is 43.31%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(43,20,0,0)
C43M20Y0K0 
(43%,20%,0%,0%)
(0.43/0.20/0.00/0.00)	

CMYK percentages

%43.31
%20.47
%0
%0.39

Codes

Color #90CAFE in popluar color models

90CAFE
RGB144202254
HSL208°98.21%78.04%
HSB/HSV208°43.31%99.61%
CMYK43.31%20.47%0.00%
0.39%

Color #90CAFE in popluar number systems.

HEX90CAFE
Decimal144202254
Binary100100001100101011111110
Octal220312376

Shades and tints

Shades of #90CAFE

#90CAFE
(144,202,254)
#83B8E7
(131,184,231)
#76A6D0
(118,166,208)
#6994B9
(105,148,185)
#5C82A2
(92,130,162)
#4F708B
(79,112,139)
#425E74
(66,94,116)
#354C5D
(53,76,93)
#283A46
(40,58,70)
#1B282F
(27,40,47)
#0E1618
(14,22,24)
#000000
(0,0,0)

Tints of #90CAFE

#90CAFE
(144,202,254)
#9ACEFE
(154,206,254)
#A4D2FE
(164,210,254)
#AED6FE
(174,214,254)
#B8DAFE
(184,218,254)
#C2DEFE
(194,222,254)
#CCE2FE
(204,226,254)
#D6E6FE
(214,230,254)
#E0EAFE
(224,234,254)
#EAEEFE
(234,238,254)
#F4F2FE
(244,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CAFE color. Also use rgb(144,202,254) instead hex code.

Text Font Color

.myTextColor { color: #90CAFE; }

<p style="color:#90CAFE">This sample text font color is #90CAFE.</p>

This text font color is #90CAFE.


Background Color

.myBgColor { background-color: #90CAFE; }

<div style="background-color:#90CAFE">Inner text</div>

This div background color is #90CAFE.


Border color

.myBorderColor { border: 1px solid #90CAFE; }

<div style="border:3px solid #90CAFE">Div</div>

This div border color is #90CAFE.


Opacity

.myOpacity80 { color: #90CAFE; opacity: 0.8; }

<p style="color:#90CAFE;opacity:0.8;">80%</p>

Text with #90CAFE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90CAFE;}

<p style="text-shadow: 3px 3px 1px #90CAFE">Text here.</p>

This text has shadow with #90CAFE color.

.textShadow {text-shadow: 3px 3px 1px #90CAFE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90CAFE, 5px 5px 20px red">Text here.</p>

This text has shadow with #90CAFE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90CAFE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90CAFE, Direction=45, Strength=4)">Text</p>

This text has shadow with #90CAFE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90CAFE;
  -webkit-box-shadow:	1px 1px 3px 2px #90CAFE;
  box-shadow:		1px 1px 3px 2px #90CAFE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90CAFE;
-webkit-box-shadow: 1px 1px 3px 2px #90CAFE;
box-shadow:1px 1px 3px 2px #90CAFE;">
Div content here</div>
This div box has shadow with color #90CAFE.

Preview

Color preview on black background

This text has color #90CAFE on black background.


Color preview on white background

This text has color #90CAFE on white background.



Black color preview on #90CAFE background

This text has black color on #90CAFE background.


White color preview on #90CAFE background

This text has white color on #90CAFE background.