#9EE2EC

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

Shades of Blizzard Blue #9EE2EC

Tints of Blizzard Blue #9EE2EC

Color information

#9EE2EC (or 0x9EE2EC) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E2 and EC. RGB value is (158,226,236). Sum of RGB (Red+Green+Blue) = 158+226+236=620 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.48% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EE2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE2EC is #611D13. Grayscale: #CECECE. Windows color (decimal): -6364436 or 15524510. OLE color: 15524510.

HSL color Cylindrical-coordinate representation of color #9EE2EC: hue angle of 187.69º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EE2EC is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158226236-
CMYK0.330.0400.07
HSL187.69º67.24%77.25%-
HSV(B)187.69º33.05%92.55%-
XYZ56.4467.7289.45-
YUV206.81144.4793.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.48%
GREEN value IS 226 (88.67% from 255) = 36.45%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=25.48%
G=36.45%
B=38.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582262360.330.0400.07187.6967.2477.25
Hex9EE2EC21407bc434d
Octal23634235441407274103115
Binary10011110111000101110110010000110001111011110010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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