#8EE3E4

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

Shades of Blizzard Blue #8EE3E4

Tints of Blizzard Blue #8EE3E4

Color information

#8EE3E4 (or 0x8EE3E4) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E3 and E4. RGB value is (142,227,228). Sum of RGB (Red+Green+Blue) = 142+227+228=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 228 (89.45% from 255 or 38.19% from 597); Max value from RGB is 228 - color contains mainly: blue. Hex color #8EE3E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EE3E4 is #711C1B. Grayscale: #C9C9C9. Windows color (decimal): -7412764 or 15000462. OLE color: 15000462.

HSL color Cylindrical-coordinate representation of color #8EE3E4: hue angle of 180.7º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE3E4 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142227228-
CMYK0.380.0000.11
HSL180.7º61.43%72.55%-
HSV(B)180.7º37.72%89.41%-
XYZ52.6366.2983.42-
YUV201.7142.8485.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.79%
GREEN value IS 227 (89.06% from 255) = 38.02%
BLUE value IS 228 (89.45% from 255) = 38.19%
R=23.79%
G=38.02%
B=38.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422272280.380.0000.11180.761.4372.55
Hex8EE3E42600Bb53d49
Octal21634334446001326575111
Binary100011101110001111100100100110001011101101011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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