#8EE4EC

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

Shades of Blizzard Blue #8EE4EC

Tints of Blizzard Blue #8EE4EC

Color information

#8EE4EC (or 0x8EE4EC) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E4 and EC. RGB value is (142,228,236). Sum of RGB (Red+Green+Blue) = 142+228+236=606 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.43% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EE4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE4EC is #711B13. Grayscale: #CBCBCB. Windows color (decimal): -7412500 or 15525006. OLE color: 15525006.

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

Color convert

RGB142228236-
CMYK0.400.0300.07
HSL185.11º71.21%74.12%-
HSV(B)185.11º39.83%92.55%-
XYZ54.0467.2989.5-
YUV203.2146.5184.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422282360.400.0300.07185.1171.2174.12
Hex8EE4EC28307b9474a
Octal21634435450307271107112
Binary1000111011100100111011001010001101111011100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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