#8EECE4

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

Shades of Blizzard Blue #8EECE4

Tints of Blizzard Blue #8EECE4

Color information

#8EECE4 (or 0x8EECE4) is unknown color: approx Blizzard Blue. HEX triplet: 8E, EC and E4. RGB value is (142,236,228). Sum of RGB (Red+Green+Blue) = 142+236+228=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECE4 is #71131B. Grayscale: #CECECE. Windows color (decimal): -7410460 or 15002766. OLE color: 15002766.

HSL color Cylindrical-coordinate representation of color #8EECE4: hue angle of 174.89º degrees, saturation: 0.71, 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 #8EECE4 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB142236228-
CMYK0.4000.030.07
HSL174.89º71.21%74.12%-
HSV(B)174.89º39.83%92.55%-
XYZ55.1571.3484.26-
YUV206.98139.8681.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.43%
GREEN value IS 236 (92.58% from 255) = 38.94%
BLUE value IS 228 (89.45% from 255) = 37.62%
R=23.43%
G=38.94%
B=37.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422362280.4000.030.07174.8971.2174.12
Hex8EECE428037af474a
Octal21635434450037257107112
Binary1000111011101100111001001010000111111010111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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