#8edfea

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

Shades of Blizzard Blue #8EDFEA

Tints of Blizzard Blue #8EDFEA

Color information

#8EDFEA (or 0x8EDFEA) is unknown color: approx Blizzard Blue. HEX triplet: 8E, DF and EA. RGB value is (142,223,234). Sum of RGB (Red+Green+Blue) = 142+223+234=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFEA is #712015. Grayscale: #C7C7C7. Windows color (decimal): -7413782 or 15392654. OLE color: 15392654.

HSL color Cylindrical-coordinate representation of color #8EDFEA: hue angle of 187.17º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EDFEA is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142223234-
CMYK0.390.0500.08
HSL187.17º68.66%73.73%-
HSV(B)187.17º39.32%91.76%-
XYZ52.3964.4787.52-
YUV200.03147.1686.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.71%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=23.71%
G=37.23%
B=39.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422232340.390.0500.08187.1768.6673.73
Hex8EDFEA27508bb454a
Octal216337352475010273105112
Binary100011101101111111101010100111101010001011101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8edfea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,223,234); }

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

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

 a { background-color: rgb(142,223,234); }

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

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

 span { border-color: rgb(142,223,234); }

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