#8EEEEE

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

Shades of Blizzard Blue #8EEEEE

Tints of Blizzard Blue #8EEEEE

Color information

#8EEEEE (or 0x8EEEEE) is unknown color: approx Blizzard Blue. HEX triplet: 8E, EE and EE. RGB value is (142,238,238). Sum of RGB (Red+Green+Blue) = 142+238+238=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #8EEEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEEEE is #711111. Grayscale: #D1D1D1. Windows color (decimal): -7409938 or 15658638. OLE color: 15658638.

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

Color convert

RGB142238238-
CMYK0.40000.07
HSL180º73.85%74.51%-
HSV(B)180º40.34%93.33%-
XYZ57.1673.0791.98-
YUV209.3144.280-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.98%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=22.98%
G=38.51%
B=38.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422382380.40000.0718073.8574.51
Hex8EEEEE28007b44a4b
Octal21635635650007264112113
Binary100011101110111011101110101000001111011010010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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