#9EEBEC

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

Shades of Blizzard Blue #9EEBEC

Tints of Blizzard Blue #9EEBEC

Color information

#9EEBEC (or 0x9EEBEC) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EB and EC. RGB value is (158,235,236). Sum of RGB (Red+Green+Blue) = 158+235+236=629 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.12% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EEBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBEC is #611413. Grayscale: #D4D4D4. Windows color (decimal): -6362132 or 15526814. OLE color: 15526814.

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

Color convert

RGB158235236-
CMYK0.330.0000.07
HSL180.77º67.24%77.25%-
HSV(B)180.77º33.05%92.55%-
XYZ58.9572.7490.29-
YUV212.09141.4989.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.12%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 236 (92.58% from 255) = 37.52%
R=25.12%
G=37.36%
B=37.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582352360.330.0000.07180.7767.2477.25
Hex9EEBEC21007b5434d
Octal23635335441007265103115
Binary100111101110101111101100100001001111011010110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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