#8EE7F0

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

Shades of Blizzard Blue #8EE7F0

Tints of Blizzard Blue #8EE7F0

Color information

#8EE7F0 (or 0x8EE7F0) is unknown color: approx Blizzard Blue. HEX triplet: 8E, E7 and F0. RGB value is (142,231,240). Sum of RGB (Red+Green+Blue) = 142+231+240=613 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.16% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EE7F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE7F0 is #71180F. Grayscale: #CDCDCD. Windows color (decimal): -7411728 or 15787918. OLE color: 15787918.

HSL color Cylindrical-coordinate representation of color #8EE7F0: hue angle of 185.51º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EE7F0 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142231240-
CMYK0.410.0400.06
HSL185.51º76.56%74.9%-
HSV(B)185.51º40.83%94.12%-
XYZ55.4669.1992.87-
YUV205.41147.5182.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.16%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=23.16%
G=37.68%
B=39.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422312400.410.0400.06185.5176.5674.9
Hex8EE7F029406ba4d4b
Octal21634736051406272115113
Binary10001110111001111111000010100110001101011101010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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