#90EFED

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

Shades of Blizzard Blue #90EFED

Tints of Blizzard Blue #90EFED

Color information

#90EFED (or 0x90EFED) is unknown color: approx Blizzard Blue. HEX triplet: 90, EF and ED. RGB value is (144,239,237). Sum of RGB (Red+Green+Blue) = 144+239+237=620 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.23% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFED is #6F1012. Grayscale: #D2D2D2. Windows color (decimal): -7278611 or 15593360. OLE color: 15593360.

HSL color Cylindrical-coordinate representation of color #90EFED: hue angle of 178.74º 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 #90EFED is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB144239237-
CMYK0.4000.010.06
HSL178.74º74.8%75.1%-
HSV(B)178.74º39.75%93.73%-
XYZ57.6573.7891.32-
YUV210.37143.0380.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.23%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=23.23%
G=38.55%
B=38.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392370.4000.010.06178.7474.875.1
Hex90EFED28016b34b4b
Octal22035735550016263113113
Binary100100001110111111101101101000011101011001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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