#8EE6EB

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

Shades of Blizzard Blue #8EE6EB

Tints of Blizzard Blue #8EE6EB

Color information

#8EE6EB (or 0x8EE6EB) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E6 and EB. RGB value is (142,230,235). Sum of RGB (Red+Green+Blue) = 142+230+235=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 235 (92.19% from 255 or 38.71% from 607); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EE6EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE6EB is #711914. Grayscale: #CCCCCC. Windows color (decimal): -7411989 or 15459982. OLE color: 15459982.

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

Color convert

RGB142230235-
CMYK0.400.0200.08
HSL183.23º69.92%73.92%-
HSV(B)183.23º39.57%92.16%-
XYZ54.4568.3488.92-
YUV204.26145.3583.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.39%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 235 (92.19% from 255) = 38.71%
R=23.39%
G=37.89%
B=38.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422302350.400.0200.08183.2369.9273.92
Hex8EE6EB28208b7464a
Octal216346353502010267106112
Binary10001110111001101110101110100010010001011011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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