#8EE1EE

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

Shades of Blizzard Blue #8EE1EE

Tints of Blizzard Blue #8EE1EE

Color information

#8EE1EE (or 0x8EE1EE) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E1 and EE. RGB value is (142,225,238). Sum of RGB (Red+Green+Blue) = 142+225+238=605 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.47% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EE1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE1EE is #711E11. Grayscale: #C9C9C9. Windows color (decimal): -7413266 or 15655310. OLE color: 15655310.

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

Color convert

RGB142225238-
CMYK0.400.0500.07
HSL188.12º73.85%74.51%-
HSV(B)188.12º40.34%93.33%-
XYZ53.5165.7790.76-
YUV201.66148.585.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.47%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=23.47%
G=37.19%
B=39.34%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422252380.400.0500.07188.1273.8574.51
Hex8EE1EE28507bc4a4b
Octal21634135650507274112113
Binary10001110111000011110111010100010101111011110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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