COLOR #90D8EA

HEX: #90D8EA
RGB: (144,216,234)

Color info

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

RGB color model

#90D8EA color RGB value is (144,216,234).

  • red value is 144;
  • green value is 216;
  • blue value is 234.
RGB:
(144,216,234)
(56%,85%,92%)

RGB channels and saturation

R 144 of 255 = 56%
G 216 of 255 = 85%
B 234 of 255 = 92%

144
216
234

R + G + B ~ 78%. #90D8EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 216 + 234 = 594 (100%)
R 144 of 594 ~ 24.24%
G 216 of 594 ~ 36.36%
B 234 of 594 ~ 39.39%

%24.24
%36.36
%39.39

CMYK color model

#90D8EA color CMYK value is (38,8,0,8).

  • cyan value is 38.46%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(38,8,0,8)
C38M8Y0K8 
(38%,8%,0%,8%)
(0.38/0.08/0.00/0.08)	

CMYK percentages

%38.46
%7.69
%0
%8.24

Codes

Color #90D8EA in popluar color models

90D8EA
RGB144216234
HSL192°68.18%74.12%
HSB/HSV192°38.46%91.76%
CMYK38.46%7.69%0.00%
8.24%

Color #90D8EA in popluar number systems.

HEX90D8EA
Decimal144216234
Binary100100001101100011101010
Octal220330352

Shades and tints

Shades of #90D8EA

#90D8EA
(144,216,234)
#83C5D5
(131,197,213)
#76B2C0
(118,178,192)
#699FAB
(105,159,171)
#5C8C96
(92,140,150)
#4F7981
(79,121,129)
#42666C
(66,102,108)
#355357
(53,83,87)
#284042
(40,64,66)
#1B2D2D
(27,45,45)
#0E1A18
(14,26,24)
#000000
(0,0,0)

Tints of #90D8EA

#90D8EA
(144,216,234)
#9ADBEB
(154,219,235)
#A4DEEC
(164,222,236)
#AEE1ED
(174,225,237)
#B8E4EE
(184,228,238)
#C2E7EF
(194,231,239)
#CCEAF0
(204,234,240)
#D6EDF1
(214,237,241)
#E0F0F2
(224,240,242)
#EAF3F3
(234,243,243)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90D8EA color. Also use rgb(144,216,234) instead hex code.

Text Font Color

.myTextColor { color: #90D8EA; }

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

This text font color is #90D8EA.


Background Color

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

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

This div background color is #90D8EA.


Border color

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

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

This div border color is #90D8EA.


Opacity

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

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

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

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

This text has shadow with #90D8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90D8EA on black background.


Color preview on white background

This text has color #90D8EA on white background.



Black color preview on #90D8EA background

This text has black color on #90D8EA background.


White color preview on #90D8EA background

This text has white color on #90D8EA background.