COLOR #90DAEA

HEX: #90DAEA RGB: (144,218,234)

Color info

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

RGB color model

#90DAEA color RGB value is (144,218,234).

RGB: (144,218,234) (56%, 85%, 92%)

RGB channels and saturation

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

144
218
234

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

Portions of RGB colors in percentages

R + G + B = 144 + 218 + 234 = 596 (100%)
R 144 of 596 ~ 24.16%
G 218 of 596 ~ 36.58%
B 234 of 596 ~ 39.26'%

%24.16
%36.58
%39.26

CMYK color model

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

  • cyan value is 38.46%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (38,7,0,8)
C38M7Y0K8 (38%, 7%, 0%, 8%)
(0.38 / 0.07 / 0.00 / 0.08)

CMYK percentages

%38.46
%6.84
%0
%8.24

Codes

Color #90DAEA in popluar color models

90 DA EA
RGB 144 218 234
HSL 191° 68.18% 74.12%
HSB/HSV 191° 38.46% 91.76%
CMYK 38.46% 6.84% 0.00%
8.24%

Color #90DAEA in popluar number systems.

HEX 90 DA EA
Decimal 144 218 234
Binary 10010000 11011010 11101010
Octal 220 332 352

Shades and tints

Shades of #90DAEA

#90DAEA
(144,218,234)
#83C7D5
(131,199,213)
#76B4C0
(118,180,192)
#69A1AB
(105,161,171)
#5C8E96
(92,142,150)
#4F7B81
(79,123,129)
#42686C
(66,104,108)
#355557
(53,85,87)
#284242
(40,66,66)
#1B2F2D
(27,47,45)
#0E1C18
(14,28,24)
#000000
(0,0,0)

Tints of #90DAEA

#90DAEA
(144,218,234)
#9ADDEB
(154,221,235)
#A4E0EC
(164,224,236)
#AEE3ED
(174,227,237)
#B8E6EE
(184,230,238)
#C2E9EF
(194,233,239)
#CCECF0
(204,236,240)
#D6EFF1
(214,239,241)
#E0F2F2
(224,242,242)
#EAF5F3
(234,245,243)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90DAEA; }

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

This text font color is #90DAEA.

Background Color

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

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

This div background color is #90DAEA.

Border color

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

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

This div border color is #90DAEA.

Opacity

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

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

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

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

This text has shadow with #90DAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90DAEA.

Preview

Color preview on black background

This text has color #90DAEA on black background.


Color preview on white background

This text has color #90DAEA on white background.


Black color preview on #90DAEA background

This text has black color on #90DAEA background.


White color preview on #90DAEA background

This text has white color on #90DAEA background.


Related colors

Complementary color

Complementary color for #hex is #6F2515.


I love getcolorcode.com

Triadic colors

1 #EA90DA and #DAEA90 with #90DAEA are triadic colors.

2 #EADA90 and #DA90EA with #90DAEA are triadic colors.