#8EE7EB

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

Shades of Blizzard Blue #8EE7EB

Tints of Blizzard Blue #8EE7EB

Color information

#8EE7EB (or 0x8EE7EB) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E7 and EB. RGB value is (142,231,235). Sum of RGB (Red+Green+Blue) = 142+231+235=608 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.36% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EE7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE7EB is #711814. Grayscale: #CCCCCC. Windows color (decimal): -7411733 or 15460238. OLE color: 15460238.

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

Color convert

RGB142231235-
CMYK0.400.0200.08
HSL182.58º69.92%73.92%-
HSV(B)182.58º39.57%92.16%-
XYZ54.7368.989.01-
YUV204.84145.0183.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.36%
GREEN value IS 231 (90.62% from 255) = 37.99%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=23.36%
G=37.99%
B=38.65%

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
Decimal1422312350.400.0200.08182.5869.9273.92
Hex8EE7EB28208b7464a
Octal216347353502010267106112
Binary10001110111001111110101110100010010001011011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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