#9EEBE9

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

Shades of Blizzard Blue #9EEBE9

Tints of Blizzard Blue #9EEBE9

Color information

#9EEBE9 (or 0x9EEBE9) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EB and E9. RGB value is (158,235,233). Sum of RGB (Red+Green+Blue) = 158+235+233=626 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.24% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBE9 is #611416. Grayscale: #D3D3D3. Windows color (decimal): -6362135 or 15330206. OLE color: 15330206.

HSL color Cylindrical-coordinate representation of color #9EEBE9: hue angle of 178.44º 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 #9EEBE9 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB158235233-
CMYK0.3300.010.08
HSL178.44º65.81%77.06%-
HSV(B)178.44º32.77%92.16%-
XYZ58.5272.5788.01-
YUV211.75139.9989.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.24%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=25.24%
G=37.54%
B=37.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582352330.3300.010.08178.4465.8177.06
Hex9EEBE921018b2424d
Octal236353351410110262102115
Binary1001111011101011111010011000010110001011001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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