#9EE8E2

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

Shades of Blizzard Blue #9EE8E2

Tints of Blizzard Blue #9EE8E2

Color information

#9EE8E2 (or 0x9EE8E2) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E8 and E2. RGB value is (158,232,226). Sum of RGB (Red+Green+Blue) = 158+232+226=616 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.65% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE8E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE8E2 is #61171D. Grayscale: #D1D1D1. Windows color (decimal): -6362910 or 14870686. OLE color: 14870686.

HSL color Cylindrical-coordinate representation of color #9EE8E2: hue angle of 175.14º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9EE8E2 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB158232226-
CMYK0.3200.030.09
HSL175.14º61.67%76.47%-
HSV(B)175.14º31.9%90.98%-
XYZ56.6870.4782.57-
YUV209.19137.4891.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.65%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 226 (88.67% from 255) = 36.69%
R=25.65%
G=37.66%
B=36.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582322260.3200.030.09175.1461.6776.47
Hex9EE8E220039af3e4c
Octal23635034240031125776114
Binary1001111011101000111000101000000111001101011111111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,232,226); }

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

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

 a { background-color: rgb(158,232,226); }

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

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

 span { border-color: rgb(158,232,226); }

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