#9EE8EB

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

Shades of Blizzard Blue #9EE8EB

Tints of Blizzard Blue #9EE8EB

Color information

#9EE8EB (or 0x9EE8EB) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E8 and EB. RGB value is (158,232,235). Sum of RGB (Red+Green+Blue) = 158+232+235=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE8EB is #611714. Grayscale: #D2D2D2. Windows color (decimal): -6362901 or 15460510. OLE color: 15460510.

HSL color Cylindrical-coordinate representation of color #9EE8EB: hue angle of 182.34º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EE8EB is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158232235-
CMYK0.330.0100.08
HSL182.34º65.81%77.06%-
HSV(B)182.34º32.77%92.16%-
XYZ57.9570.9889.24-
YUV210.22141.9890.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.28%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=25.28%
G=37.12%
B=37.6%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582322350.330.0100.08182.3465.8177.06
Hex9EE8EB21108b6424d
Octal236350353411010266102115
Binary1001111011101000111010111000011010001011011010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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