#9EE0EB

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

Shades of Blizzard Blue #9EE0EB

Tints of Blizzard Blue #9EE0EB

Color information

#9EE0EB (or 0x9EE0EB) is unknown color: approx Blizzard Blue. HEX triplet: 9E, E0 and EB. RGB value is (158,224,235). Sum of RGB (Red+Green+Blue) = 158+224+235=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EE0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE0EB is #611F14. Grayscale: #CDCDCD. Windows color (decimal): -6364949 or 15458462. OLE color: 15458462.

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

Color convert

RGB158224235-
CMYK0.330.0500.08
HSL188.57º65.81%77.06%-
HSV(B)188.57º32.77%92.16%-
XYZ55.7566.5888.51-
YUV205.52144.6394.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.61%
GREEN value IS 224 (87.89% from 255) = 36.30%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=25.61%
G=36.30%
B=38.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582242350.330.0500.08188.5765.8177.06
Hex9EE0EB21508bd424d
Octal236340353415010275102115
Binary100111101110000011101011100001101010001011110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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