COLOR #90B9EC

HEX: #90B9EC
RGB: (144,185,236)

Color info

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

RGB color model

#90B9EC color RGB value is (144,185,236).

  • red value is 144;
  • green value is 185;
  • blue value is 236.
RGB:
(144,185,236)
(56%,73%,93%)

RGB channels and saturation

R 144 of 255 = 56%
G 185 of 255 = 73%
B 236 of 255 = 93%

144
185
236

R + G + B ~ 74%. #90B9EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 185 + 236 = 565 (100%)
R 144 of 565 ~ 25.49%
G 185 of 565 ~ 32.74%
B 236 of 565 ~ 41.77%

%25.49
%32.74
%41.77

CMYK color model

#90B9EC color CMYK value is (39,22,0,7).

  • cyan value is 38.98%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(39,22,0,7)
C39M22Y0K7 
(39%,22%,0%,7%)
(0.39/0.22/0.00/0.07)	

CMYK percentages

%38.98
%21.61
%0
%7.45

Codes

Color #90B9EC in popluar color models

90B9EC
RGB144185236
HSL213°70.77%74.51%
HSB/HSV213°38.98%92.55%
CMYK38.98%21.61%0.00%
7.45%

Color #90B9EC in popluar number systems.

HEX90B9EC
Decimal144185236
Binary100100001011100111101100
Octal220271354

Shades and tints

Shades of #90B9EC

#90B9EC
(144,185,236)
#83A9D7
(131,169,215)
#7699C2
(118,153,194)
#6989AD
(105,137,173)
#5C7998
(92,121,152)
#4F6983
(79,105,131)
#42596E
(66,89,110)
#354959
(53,73,89)
#283944
(40,57,68)
#1B292F
(27,41,47)
#0E191A
(14,25,26)
#000000
(0,0,0)

Tints of #90B9EC

#90B9EC
(144,185,236)
#9ABFED
(154,191,237)
#A4C5EE
(164,197,238)
#AECBEF
(174,203,239)
#B8D1F0
(184,209,240)
#C2D7F1
(194,215,241)
#CCDDF2
(204,221,242)
#D6E3F3
(214,227,243)
#E0E9F4
(224,233,244)
#EAEFF5
(234,239,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B9EC color. Also use rgb(144,185,236) instead hex code.

Text Font Color

.myTextColor { color: #90B9EC; }

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

This text font color is #90B9EC.


Background Color

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

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

This div background color is #90B9EC.


Border color

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

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

This div border color is #90B9EC.


Opacity

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

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

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

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

This text has shadow with #90B9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B9EC on black background.


Color preview on white background

This text has color #90B9EC on white background.



Black color preview on #90B9EC background

This text has black color on #90B9EC background.


White color preview on #90B9EC background

This text has white color on #90B9EC background.