#9EECEF

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

Shades of Blizzard Blue #9EECEF

Tints of Blizzard Blue #9EECEF

Color information

#9EECEF (or 0x9EECEF) is unknown color: approx Blizzard Blue. HEX triplet: 9E, EC and EF. RGB value is (158,236,239). Sum of RGB (Red+Green+Blue) = 158+236+239=633 (83% of max value = 765). Red value is 158 (62.11% from 255 or 24.96% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EECEF is #611310. Grayscale: #D4D4D4. Windows color (decimal): -6361873 or 15723678. OLE color: 15723678.

HSL color Cylindrical-coordinate representation of color #9EECEF: hue angle of 182.22º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EECEF is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158236239-
CMYK0.340.0100.06
HSL182.22º71.68%77.84%-
HSV(B)182.22º33.89%93.73%-
XYZ59.6873.4992.7-
YUV213.02142.6688.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.96%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=24.96%
G=37.28%
B=37.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582362390.340.0100.06182.2271.6877.84
Hex9EECEF22106b6484e
Octal23635435742106266110116
Binary100111101110110011101111100010101101011011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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