#8EECE7

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

Shades of Blizzard Blue #8EECE7

Tints of Blizzard Blue #8EECE7

Color information

#8EECE7 (or 0x8EECE7) is unknown color: approx Blizzard Blue. HEX triplet: 8E, EC and E7. RGB value is (142,236,231). Sum of RGB (Red+Green+Blue) = 142+236+231=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EECE7 is #711318. Grayscale: #CFCFCF. Windows color (decimal): -7410457 or 15199374. OLE color: 15199374.

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

Color convert

RGB142236231-
CMYK0.4000.020.07
HSL176.81º71.21%74.12%-
HSV(B)176.81º39.83%92.55%-
XYZ55.5771.5186.48-
YUV207.32141.3681.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.32%
GREEN value IS 236 (92.58% from 255) = 38.75%
BLUE value IS 231 (90.62% from 255) = 37.93%
R=23.32%
G=38.75%
B=37.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422362310.4000.020.07176.8171.2174.12
Hex8EECE728027b1474a
Octal21635434750027261107112
Binary1000111011101100111001111010000101111011000110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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