#8EEDE5

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

Shades of Blizzard Blue #8EEDE5

Tints of Blizzard Blue #8EEDE5

Color information

#8EEDE5 (or 0x8EEDE5) is unknown color: approx Blizzard Blue. HEX triplet: 8E, ED and E5. RGB value is (142,237,229). Sum of RGB (Red+Green+Blue) = 142+237+229=608 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.36% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDE5 is #71121A. Grayscale: #CFCFCF. Windows color (decimal): -7410203 or 15068558. OLE color: 15068558.

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

Color convert

RGB142237229-
CMYK0.4000.030.07
HSL174.95º72.52%74.31%-
HSV(B)174.95º40.08%92.94%-
XYZ55.5871.9885.09-
YUV207.68140.0381.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.36%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 229 (89.84% from 255) = 37.66%
R=23.36%
G=38.98%
B=37.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422372290.4000.030.07174.9572.5274.31
Hex8EEDE528037af494a
Octal21635534550037257111112
Binary1000111011101101111001011010000111111010111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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