#8EE2ED

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

Shades of Blizzard Blue #8EE2ED

Tints of Blizzard Blue #8EE2ED

Color information

#8EE2ED (or 0x8EE2ED) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E2 and ED. RGB value is (142,226,237). Sum of RGB (Red+Green+Blue) = 142+226+237=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EE2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE2ED is #711D12. Grayscale: #CACACA. Windows color (decimal): -7413011 or 15590030. OLE color: 15590030.

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

Color convert

RGB142226237-
CMYK0.400.0500.07
HSL186.95º72.52%74.31%-
HSV(B)186.95º40.08%92.94%-
XYZ53.6466.2690.08-
YUV202.14147.6785.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.47%
GREEN value IS 226 (88.67% from 255) = 37.36%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=23.47%
G=37.36%
B=39.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422262370.400.0500.07186.9572.5274.31
Hex8EE2ED28507bb494a
Octal21634235550507273111112
Binary10001110111000101110110110100010101111011101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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