COLOR #90C9E8

HEX: #90C9E8
RGB: (144,201,232)

Color info

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

RGB color model

#90C9E8 color RGB value is (144,201,232).

  • red value is 144;
  • green value is 201;
  • blue value is 232.
RGB:
(144,201,232)
(56%,79%,91%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 232 of 255 = 91%

144
201
232

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

Portions of RGB colors in percentages

R + G + B =
144 + 201 + 232 = 577 (100%)
R 144 of 577 ~ 24.96%
G 201 of 577 ~ 34.84%
B 232 of 577 ~ 40.21%

%24.96
%34.84
%40.21

CMYK color model

#90C9E8 color CMYK value is (38,13,0,9).

  • cyan value is 37.93%
  • magenta value is 13.36%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(38,13,0,9)
C38M13Y0K9 
(38%,13%,0%,9%)
(0.38/0.13/0.00/0.09)	

CMYK percentages

%37.93
%13.36
%0
%9.02

Codes

Color #90C9E8 in popluar color models

90C9E8
RGB144201232
HSL201°65.67%73.73%
HSB/HSV201°37.93%90.98%
CMYK37.93%13.36%0.00%
9.02%

Color #90C9E8 in popluar number systems.

HEX90C9E8
Decimal144201232
Binary100100001100100111101000
Octal220311350

Shades and tints

Shades of #90C9E8

#90C9E8
(144,201,232)
#83B7D3
(131,183,211)
#76A5BE
(118,165,190)
#6993A9
(105,147,169)
#5C8194
(92,129,148)
#4F6F7F
(79,111,127)
#425D6A
(66,93,106)
#354B55
(53,75,85)
#283940
(40,57,64)
#1B272B
(27,39,43)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #90C9E8

#90C9E8
(144,201,232)
#9ACDEA
(154,205,234)
#A4D1EC
(164,209,236)
#AED5EE
(174,213,238)
#B8D9F0
(184,217,240)
#C2DDF2
(194,221,242)
#CCE1F4
(204,225,244)
#D6E5F6
(214,229,246)
#E0E9F8
(224,233,248)
#EAEDFA
(234,237,250)
#F4F1FC
(244,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C9E8 color. Also use rgb(144,201,232) instead hex code.

Text Font Color

.myTextColor { color: #90C9E8; }

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

This text font color is #90C9E8.


Background Color

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

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

This div background color is #90C9E8.


Border color

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

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

This div border color is #90C9E8.


Opacity

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

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

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

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

This text has shadow with #90C9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C9E8 on black background.


Color preview on white background

This text has color #90C9E8 on white background.



Black color preview on #90C9E8 background

This text has black color on #90C9E8 background.


White color preview on #90C9E8 background

This text has white color on #90C9E8 background.