COLOR #90CBE6

HEX: #90CBE6
RGB: (144,203,230)

Color info

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

RGB color model

#90CBE6 color RGB value is (144,203,230).

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

RGB channels and saturation

R 144 of 255 = 56%
G 203 of 255 = 80%
B 230 of 255 = 90%

144
203
230

R + G + B ~ 75%. #90CBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 203 + 230 = 577 (100%)
R 144 of 577 ~ 24.96%
G 203 of 577 ~ 35.18%
B 230 of 577 ~ 39.86%

%24.96
%35.18
%39.86

CMYK color model

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

  • cyan value is 37.39%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(37,12,0,10)
C37M12Y0K10 
(37%,12%,0%,10%)
(0.37/0.12/0.00/0.10)	

CMYK percentages

%37.39
%11.74
%0
%9.8

Codes

Color #90CBE6 in popluar color models

90CBE6
RGB144203230
HSL199°63.24%73.33%
HSB/HSV199°37.39%90.20%
CMYK37.39%11.74%0.00%
9.80%

Color #90CBE6 in popluar number systems.

HEX90CBE6
Decimal144203230
Binary100100001100101111100110
Octal220313346

Shades and tints

Shades of #90CBE6

#90CBE6
(144,203,230)
#83B9D2
(131,185,210)
#76A7BE
(118,167,190)
#6995AA
(105,149,170)
#5C8396
(92,131,150)
#4F7182
(79,113,130)
#425F6E
(66,95,110)
#354D5A
(53,77,90)
#283B46
(40,59,70)
#1B2932
(27,41,50)
#0E171E
(14,23,30)
#000000
(0,0,0)

Tints of #90CBE6

#90CBE6
(144,203,230)
#9ACFE8
(154,207,232)
#A4D3EA
(164,211,234)
#AED7EC
(174,215,236)
#B8DBEE
(184,219,238)
#C2DFF0
(194,223,240)
#CCE3F2
(204,227,242)
#D6E7F4
(214,231,244)
#E0EBF6
(224,235,246)
#EAEFF8
(234,239,248)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CBE6; }

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

This text font color is #90CBE6.


Background Color

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

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

This div background color is #90CBE6.


Border color

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

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

This div border color is #90CBE6.


Opacity

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

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

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

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

This text has shadow with #90CBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CBE6 on black background.


Color preview on white background

This text has color #90CBE6 on white background.



Black color preview on #90CBE6 background

This text has black color on #90CBE6 background.


White color preview on #90CBE6 background

This text has white color on #90CBE6 background.