#8EE3EA

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

Shades of Blizzard Blue #8EE3EA

Tints of Blizzard Blue #8EE3EA

Color information

#8EE3EA (or 0x8EE3EA) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E3 and EA. RGB value is (142,227,234). Sum of RGB (Red+Green+Blue) = 142+227+234=603 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.55% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #8EE3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE3EA is #711C15. Grayscale: #CACACA. Windows color (decimal): -7412758 or 15393678. OLE color: 15393678.

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

Color convert

RGB142227234-
CMYK0.390.0300.08
HSL184.57º68.66%73.73%-
HSV(B)184.57º39.32%91.76%-
XYZ53.4866.6387.88-
YUV202.38145.8484.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.55%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=23.55%
G=37.65%
B=38.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422272340.390.0300.08184.5768.6673.73
Hex8EE3EA27308b9454a
Octal216343352473010271105112
Binary10001110111000111110101010011111010001011100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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