#9EEFF7

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

Shades of Blizzard Blue #9EEFF7

Tints of Blizzard Blue #9EEFF7

Color information

#9EEFF7 (or 0x9EEFF7) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EF and F7. RGB value is (158,239,247). Sum of RGB (Red+Green+Blue) = 158+239+247=644 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.53% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #9EEFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEFF7 is #611008. Grayscale: #D7D7D7. Windows color (decimal): -6361097 or 16248734. OLE color: 16248734.

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

Color convert

RGB158239247-
CMYK0.360.0300.03
HSL185.39º84.76%79.41%-
HSV(B)185.39º36.03%96.86%-
XYZ61.7675.7299.36-
YUV215.69145.6686.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.53%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 247 (96.88% from 255) = 38.35%
R=24.53%
G=37.11%
B=38.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1582392470.360.0300.03185.3984.7679.41
Hex9EEFF724303b9554f
Octal23635736744303271125117
Binary100111101110111111110111100100110111011100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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