COLOR #90C5EB

HEX: #90C5EB
RGB: (144,197,235)

Color info

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

RGB color model

#90C5EB color RGB value is (144,197,235).

  • red value is 144;
  • green value is 197;
  • blue value is 235.
RGB:
(144,197,235)
(56%,77%,92%)

RGB channels and saturation

R 144 of 255 = 56%
G 197 of 255 = 77%
B 235 of 255 = 92%

144
197
235

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

Portions of RGB colors in percentages

R + G + B =
144 + 197 + 235 = 576 (100%)
R 144 of 576 ~ 25%
G 197 of 576 ~ 34.2%
B 235 of 576 ~ 40.8%

%25
%34.2
%40.8

CMYK color model

#90C5EB color CMYK value is (39,16,0,8).

  • cyan value is 38.72%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(39,16,0,8)
C39M16Y0K8 
(39%,16%,0%,8%)
(0.39/0.16/0.00/0.08)	

CMYK percentages

%38.72
%16.17
%0
%7.84

Codes

Color #90C5EB in popluar color models

90C5EB
RGB144197235
HSL205°69.47%74.31%
HSB/HSV205°38.72%92.16%
CMYK38.72%16.17%0.00%
7.84%

Color #90C5EB in popluar number systems.

HEX90C5EB
Decimal144197235
Binary100100001100010111101011
Octal220305353

Shades and tints

Shades of #90C5EB

#90C5EB
(144,197,235)
#83B4D6
(131,180,214)
#76A3C1
(118,163,193)
#6992AC
(105,146,172)
#5C8197
(92,129,151)
#4F7082
(79,112,130)
#425F6D
(66,95,109)
#354E58
(53,78,88)
#283D43
(40,61,67)
#1B2C2E
(27,44,46)
#0E1B19
(14,27,25)
#000000
(0,0,0)

Tints of #90C5EB

#90C5EB
(144,197,235)
#9ACAEC
(154,202,236)
#A4CFED
(164,207,237)
#AED4EE
(174,212,238)
#B8D9EF
(184,217,239)
#C2DEF0
(194,222,240)
#CCE3F1
(204,227,241)
#D6E8F2
(214,232,242)
#E0EDF3
(224,237,243)
#EAF2F4
(234,242,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C5EB color. Also use rgb(144,197,235) instead hex code.

Text Font Color

.myTextColor { color: #90C5EB; }

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

This text font color is #90C5EB.


Background Color

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

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

This div background color is #90C5EB.


Border color

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

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

This div border color is #90C5EB.


Opacity

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

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

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

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

This text has shadow with #90C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C5EB on black background.


Color preview on white background

This text has color #90C5EB on white background.



Black color preview on #90C5EB background

This text has black color on #90C5EB background.


White color preview on #90C5EB background

This text has white color on #90C5EB background.