#9EDEEC

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

Shades of Blizzard Blue #9EDEEC

Tints of Blizzard Blue #9EDEEC

Color information

#9EDEEC (or 0x9EDEEC) is unknown color: approx Blizzard Blue. HEX triplet: 9E, DE and EC. RGB value is (158,222,236). Sum of RGB (Red+Green+Blue) = 158+222+236=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EDEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEEC is #612113. Grayscale: #CCCCCC. Windows color (decimal): -6365460 or 15523486. OLE color: 15523486.

HSL color Cylindrical-coordinate representation of color #9EDEEC: hue angle of 190.77º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EDEEC is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158222236-
CMYK0.330.0600.07
HSL190.77º67.24%77.25%-
HSV(B)190.77º33.05%92.55%-
XYZ55.3665.5789.09-
YUV204.46145.894.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.65%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=25.65%
G=36.04%
B=38.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582222360.330.0600.07190.7767.2477.25
Hex9EDEEC21607bf434d
Octal23633635441607277103115
Binary10011110110111101110110010000111001111011111110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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