#90DEEA

Color #90DEEA Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #90DEEA

Tints of Blizzard Blue #90DEEA

Color information

#90DEEA (or 0x90DEEA) is unknown color: approx Blizzard Blue. HEX triplet: 90, DE and EA. RGB value is (144,222,234). Sum of RGB (Red+Green+Blue) = 144+222+234=600 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #90DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DEEA is #6F2115. Grayscale: #C7C7C7. Windows color (decimal): -7282966 or 15392400. OLE color: 15392400.

HSL color Cylindrical-coordinate representation of color #90DEEA: hue angle of 188º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90DEEA is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB144222234-
CMYK0.380.0500.08
HSL188º68.18%74.12%-
HSV(B)188º38.46%91.76%-
XYZ52.4764.1187.45-
YUV200.05147.1688.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 24%
GREEN value IS 222 (87.11% from 255) = 37%
BLUE value IS 234 (91.80% from 255) = 39%
R=24%
G=37%
B=39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442222340.380.0500.0818868.1874.12
Hex90DEEA26508bc444a
Octal220336352465010274104112
Binary100100001101111011101010100110101010001011110010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90DEEA; }

 p { color: rgb(144,222,234); }

 H1.HeaderClassName
 {
   color: #90DEEA;
 }
 .AnyTagClassName
 {
   color: #90DEEA;
 }
</style>
background-color css

<style>
 a { background-color: #90DEEA; }

 a { background-color: rgb(144,222,234); }

 div.DivClassName
 {
   background-color: #90DEEA;
 }
 .BgClassName
 {
   background-color: #90DEEA;
 }
</style>
border-color css

<style>
 span { border-color: #90DEEA; }

 span { border-color: rgb(144,222,234); }

 td.TdClassName
 {
   border-color: #90DEEA;
 }
 .TagClassName
 {
   border-color: #90DEEA;
 }
</style>