#8EE8EB

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

Shades of Blizzard Blue #8EE8EB

Tints of Blizzard Blue #8EE8EB

Color information

#8EE8EB (or 0x8EE8EB) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E8 and EB. RGB value is (142,232,235). Sum of RGB (Red+Green+Blue) = 142+232+235=609 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.32% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EE8EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE8EB is #711714. Grayscale: #CDCDCD. Windows color (decimal): -7411477 or 15460494. OLE color: 15460494.

HSL color Cylindrical-coordinate representation of color #8EE8EB: hue angle of 181.94º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EE8EB is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142232235-
CMYK0.400.0100.08
HSL181.94º69.92%73.92%-
HSV(B)181.94º39.57%92.16%-
XYZ55.0169.4689.11-
YUV205.43144.6882.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.32%
GREEN value IS 232 (91.02% from 255) = 38.10%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=23.32%
G=38.10%
B=38.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422322350.400.0100.08181.9469.9273.92
Hex8EE8EB28108b6464a
Octal216350353501010266106112
Binary1000111011101000111010111010001010001011011010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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