#8EEBEE

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

Shades of Blizzard Blue #8EEBEE

Tints of Blizzard Blue #8EEBEE

Color information

#8EEBEE (or 0x8EEBEE) is unknown color: approx Blizzard Blue. HEX triplet: 8E, EB and EE. RGB value is (142,235,238). Sum of RGB (Red+Green+Blue) = 142+235+238=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBEE is #711411. Grayscale: #CFCFCF. Windows color (decimal): -7410706 or 15657870. OLE color: 15657870.

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

Color convert

RGB142235238-
CMYK0.400.0100.07
HSL181.88º73.85%74.51%-
HSV(B)181.88º40.34%93.33%-
XYZ56.371.3491.69-
YUV207.54145.1981.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.09%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 238 (93.36% from 255) = 38.70%
R=23.09%
G=38.21%
B=38.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422352380.400.0100.07181.8873.8574.51
Hex8EEBEE28107b64a4b
Octal21635335650107266112113
Binary100011101110101111101110101000101111011011010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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