COLOR #90CFE6

HEX: #90CFE6
RGB: (144,207,230)

Color info

#90CFE6 contains mainly green and blue colors. Web safe color of #90CFE6 is #99CCCC (or #9CC).

RGB color model

#90CFE6 color RGB value is (144,207,230).

  • red value is 144;
  • green value is 207;
  • blue value is 230.
RGB:
(144,207,230)
(56%,81%,90%)

RGB channels and saturation

R 144 of 255 = 56%
G 207 of 255 = 81%
B 230 of 255 = 90%

144
207
230

R + G + B ~ 76%. #90CFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 207 + 230 = 581 (100%)
R 144 of 581 ~ 24.78%
G 207 of 581 ~ 35.63%
B 230 of 581 ~ 39.59%

%24.78
%35.63
%39.59

CMYK color model

#90CFE6 color CMYK value is (37,10,0,10).

  • cyan value is 37.39%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,10,0,10)
C37M10Y0K10 
(37%,10%,0%,10%)
(0.37/0.10/0.00/0.10)	

CMYK percentages

%37.39
%10
%0
%9.8

Codes

Color #90CFE6 in popluar color models

90CFE6
RGB144207230
HSL196°63.24%73.33%
HSB/HSV196°37.39%90.20%
CMYK37.39%10.00%0.00%
9.80%

Color #90CFE6 in popluar number systems.

HEX90CFE6
Decimal144207230
Binary100100001100111111100110
Octal220317346

Shades and tints

Shades of #90CFE6

#90CFE6
(144,207,230)
#83BDD2
(131,189,210)
#76ABBE
(118,171,190)
#6999AA
(105,153,170)
#5C8796
(92,135,150)
#4F7582
(79,117,130)
#42636E
(66,99,110)
#35515A
(53,81,90)
#283F46
(40,63,70)
#1B2D32
(27,45,50)
#0E1B1E
(14,27,30)
#000000
(0,0,0)

Tints of #90CFE6

#90CFE6
(144,207,230)
#9AD3E8
(154,211,232)
#A4D7EA
(164,215,234)
#AEDBEC
(174,219,236)
#B8DFEE
(184,223,238)
#C2E3F0
(194,227,240)
#CCE7F2
(204,231,242)
#D6EBF4
(214,235,244)
#E0EFF6
(224,239,246)
#EAF3F8
(234,243,248)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CFE6 color. Also use rgb(144,207,230) instead hex code.

Text Font Color

.myTextColor { color: #90CFE6; }

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

This text font color is #90CFE6.


Background Color

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

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

This div background color is #90CFE6.


Border color

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

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

This div border color is #90CFE6.


Opacity

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

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

Text with #90CFE6 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 #90CFE6;}

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

This text has shadow with #90CFE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CFE6 on black background.


Color preview on white background

This text has color #90CFE6 on white background.



Black color preview on #90CFE6 background

This text has black color on #90CFE6 background.


White color preview on #90CFE6 background

This text has white color on #90CFE6 background.