#9EEEF8

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

Shades of Blizzard Blue #9EEEF8

Tints of Blizzard Blue #9EEEF8

Color information

#9EEEF8 (or 0x9EEEF8) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EE and F8. RGB value is (158,238,248). Sum of RGB (Red+Green+Blue) = 158+238+248=644 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.53% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #9EEEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEEF8 is #611107. Grayscale: #D7D7D7. Windows color (decimal): -6361352 or 16314014. OLE color: 16314014.

HSL color Cylindrical-coordinate representation of color #9EEEF8: hue angle of 186.67º 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 #9EEEF8 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB158238248-
CMYK0.360.0400.03
HSL186.67º86.54%79.61%-
HSV(B)186.67º36.29%97.25%-
XYZ61.6275.2100.07-
YUV215.22146.587.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.53%
GREEN value IS 238 (93.36% from 255) = 36.96%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=24.53%
G=36.96%
B=38.51%

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
Decimal1582382480.360.0400.03186.6786.5479.61
Hex9EEEF824403bb5750
Octal23635637044403273127120
Binary1001111011101110111110001001001000111011101110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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