#9EEDF8

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

Shades of Blizzard Blue #9EEDF8

Tints of Blizzard Blue #9EEDF8

Color information

#9EEDF8 (or 0x9EEDF8) is unknown color: approx Blizzard Blue. HEX triplet: 9E, ED and F8. RGB value is (158,237,248). Sum of RGB (Red+Green+Blue) = 158+237+248=643 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.57% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 248 (97.27% from 255 or 38.57% from 643); Max value from RGB is 248 - color contains mainly: blue. Hex color #9EEDF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEDF8 is #611207. Grayscale: #D6D6D6. Windows color (decimal): -6361608 or 16313758. OLE color: 16313758.

HSL color Cylindrical-coordinate representation of color #9EEDF8: hue angle of 187.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EEDF8 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158237248-
CMYK0.360.0400.03
HSL187.33º86.54%79.61%-
HSV(B)187.33º36.29%97.25%-
XYZ61.3374.6199.98-
YUV214.63146.8387.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.57%
GREEN value IS 237 (92.97% from 255) = 36.86%
BLUE value IS 248 (97.27% from 255) = 38.57%
R=24.57%
G=36.86%
B=38.57%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1582372480.360.0400.03187.3386.5479.61
Hex9EEDF824403bb5750
Octal23635537044403273127120
Binary1001111011101101111110001001001000111011101110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,248); }

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

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

 a { background-color: rgb(158,237,248); }

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

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

 span { border-color: rgb(158,237,248); }

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