#8EE0EE

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

Shades of Blizzard Blue #8EE0EE

Tints of Blizzard Blue #8EE0EE

Color information

#8EE0EE (or 0x8EE0EE) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E0 and EE. RGB value is (142,224,238). Sum of RGB (Red+Green+Blue) = 142+224+238=604 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.51% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE0EE is #711F11. Grayscale: #C8C8C8. Windows color (decimal): -7413522 or 15655054. OLE color: 15655054.

HSL color Cylindrical-coordinate representation of color #8EE0EE: hue angle of 188.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EE0EE is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142224238-
CMYK0.400.0600.07
HSL188.75º73.85%74.51%-
HSV(B)188.75º40.34%93.33%-
XYZ53.2465.2490.67-
YUV201.08148.8385.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.51%
GREEN value IS 224 (87.89% from 255) = 37.09%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=23.51%
G=37.09%
B=39.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422242380.400.0600.07188.7573.8574.51
Hex8EE0EE28607bd4a4b
Octal21634035650607275112113
Binary10001110111000001110111010100011001111011110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,224,238); }

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

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

 a { background-color: rgb(142,224,238); }

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

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

 span { border-color: rgb(142,224,238); }

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