#9EDEEF

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

Shades of Blizzard Blue #9EDEEF

Tints of Blizzard Blue #9EDEEF

Color information

#9EDEEF (or 0x9EDEEF) is unknown color: approx Blizzard Blue. HEX triplet: 9E, DE and EF. RGB value is (158,222,239). Sum of RGB (Red+Green+Blue) = 158+222+239=619 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.53% from 619); Green value is 222 (87.11% from 255 or 35.86% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EDEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEEF is #612110. Grayscale: #CCCCCC. Windows color (decimal): -6365457 or 15720094. OLE color: 15720094.

HSL color Cylindrical-coordinate representation of color #9EDEEF: hue angle of 192.59º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EDEEF is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158222239-
CMYK0.340.0700.06
HSL192.59º71.68%77.84%-
HSV(B)192.59º33.89%93.73%-
XYZ55.865.7491.41-
YUV204.8147.394.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.53%
GREEN value IS 222 (87.11% from 255) = 35.86%
BLUE value IS 239 (93.75% from 255) = 38.61%
R=25.53%
G=35.86%
B=38.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582222390.340.0700.06192.5971.6877.84
Hex9EDEEF22706c1484e
Octal23633635742706301110116
Binary10011110110111101110111110001011101101100000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EDEEF; }

 p { color: rgb(158,222,239); }

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

<style>
 a { background-color: #9EDEEF; }

 a { background-color: rgb(158,222,239); }

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

<style>
 span { border-color: #9EDEEF; }

 span { border-color: rgb(158,222,239); }

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