#90EEEF

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

Shades of Blizzard Blue #90EEEF

Tints of Blizzard Blue #90EEEF

Color information

#90EEEF (or 0x90EEEF) is unknown color: approx Blizzard Blue. HEX triplet: 90, EE and EF. RGB value is (144,238,239). Sum of RGB (Red+Green+Blue) = 144+238+239=621 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.19% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #90EEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EEEF is #6F1110. Grayscale: #D1D1D1. Windows color (decimal): -7278865 or 15724176. OLE color: 15724176.

HSL color Cylindrical-coordinate representation of color #90EEEF: hue angle of 180.63º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EEEF is Cyan = 0.40, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB144238239-
CMYK0.400.0000.06
HSL180.63º74.8%75.1%-
HSV(B)180.63º39.75%93.73%-
XYZ57.6673.3192.77-
YUV210.01144.3680.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.19%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=23.19%
G=38.33%
B=38.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442382390.400.0000.06180.6374.875.1
Hex90EEEF28006b54b4b
Octal22035635750006265113113
Binary100100001110111011101111101000001101011010110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,238,239); }

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

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

 a { background-color: rgb(144,238,239); }

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

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

 span { border-color: rgb(144,238,239); }

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