#8EE4ED

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

Shades of Blizzard Blue #8EE4ED

Tints of Blizzard Blue #8EE4ED

Color information

#8EE4ED (or 0x8EE4ED) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E4 and ED. RGB value is (142,228,237). Sum of RGB (Red+Green+Blue) = 142+228+237=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #8EE4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE4ED is #711B12. Grayscale: #CBCBCB. Windows color (decimal): -7412499 or 15590542. OLE color: 15590542.

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

Color convert

RGB142228237-
CMYK0.400.0400.07
HSL185.68º72.52%74.31%-
HSV(B)185.68º40.08%92.94%-
XYZ54.1867.3590.27-
YUV203.31147.0184.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.39%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=23.39%
G=37.56%
B=39.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422282370.400.0400.07185.6872.5274.31
Hex8EE4ED28407ba494a
Octal21634435550407272111112
Binary10001110111001001110110110100010001111011101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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