#8EE6EC

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

Shades of Blizzard Blue #8EE6EC

Tints of Blizzard Blue #8EE6EC

Color information

#8EE6EC (or 0x8EE6EC) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E6 and EC. RGB value is (142,230,236). Sum of RGB (Red+Green+Blue) = 142+230+236=608 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.36% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EE6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE6EC is #711913. Grayscale: #CCCCCC. Windows color (decimal): -7411988 or 15525518. OLE color: 15525518.

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

Color convert

RGB142230236-
CMYK0.400.0300.07
HSL183.83º71.21%74.12%-
HSV(B)183.83º39.83%92.55%-
XYZ54.5968.489.68-
YUV204.37145.8583.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.36%
GREEN value IS 230 (90.23% from 255) = 37.83%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=23.36%
G=37.83%
B=38.82%

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
Decimal1422302360.400.0300.07183.8371.2174.12
Hex8EE6EC28307b8474a
Octal21634635450307270107112
Binary1000111011100110111011001010001101111011100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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