#8EEEEB

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

Shades of Blizzard Blue #8EEEEB

Tints of Blizzard Blue #8EEEEB

Color information

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

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

Color convert

RGB142238235-
CMYK0.4000.010.07
HSL178.12º73.85%74.51%-
HSV(B)178.12º40.34%93.33%-
XYZ56.7372.989.68-
YUV208.95142.780.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422382350.4000.010.07178.1273.8574.51
Hex8EEEEB28017b24a4b
Octal21635635350017262112113
Binary100011101110111011101011101000011111011001010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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