#8EEDEC

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

Shades of Blizzard Blue #8EEDEC

Tints of Blizzard Blue #8EEDEC

Color information

#8EEDEC (or 0x8EEDEC) is unknown color: approx Blizzard Blue. HEX triplet: 8E, ED and EC. RGB value is (142,237,236). Sum of RGB (Red+Green+Blue) = 142+237+236=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEDEC is #711213. Grayscale: #D0D0D0. Windows color (decimal): -7410196 or 15527310. OLE color: 15527310.

HSL color Cylindrical-coordinate representation of color #8EEDEC: hue angle of 179.37º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDEC is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB142237236-
CMYK0.4000.000.07
HSL179.37º72.52%74.31%-
HSV(B)179.37º40.08%92.94%-
XYZ56.5872.3890.34-
YUV208.48143.5380.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.09%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=23.09%
G=38.54%
B=38.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422372360.4000.000.07179.3772.5274.31
Hex8EEDEC28007b3494a
Octal21635535450007263111112
Binary100011101110110111101100101000001111011001110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EEDEC; }

 p { color: rgb(142,237,236); }

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

<style>
 a { background-color: #8EEDEC; }

 a { background-color: rgb(142,237,236); }

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

<style>
 span { border-color: #8EEDEC; }

 span { border-color: rgb(142,237,236); }

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