#9EEAE9

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

Shades of Blizzard Blue #9EEAE9

Tints of Blizzard Blue #9EEAE9

Color information

#9EEAE9 (or 0x9EEAE9) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EA and E9. RGB value is (158,234,233). Sum of RGB (Red+Green+Blue) = 158+234+233=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAE9 is #611516. Grayscale: #D3D3D3. Windows color (decimal): -6362391 or 15329950. OLE color: 15329950.

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

Color convert

RGB158234233-
CMYK0.3200.000.08
HSL179.21º64.41%76.86%-
HSV(B)179.21º32.48%91.76%-
XYZ58.237287.92-
YUV211.16140.3290.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.28%
GREEN value IS 234 (91.80% from 255) = 37.44%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=25.28%
G=37.44%
B=37.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582342330.3200.000.08179.2164.4176.86
Hex9EEAE920008b3404d
Octal236352351400010263100115
Binary1001111011101010111010011000000010001011001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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