#8EEBF0

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

Shades of Blizzard Blue #8EEBF0

Tints of Blizzard Blue #8EEBF0

Color information

#8EEBF0 (or 0x8EEBF0) is unknown color: approx Blizzard Blue. HEX triplet: 8E, EB and F0. RGB value is (142,235,240). Sum of RGB (Red+Green+Blue) = 142+235+240=617 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.01% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #8EEBF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBF0 is #71140F. Grayscale: #CFCFCF. Windows color (decimal): -7410704 or 15788942. OLE color: 15788942.

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

Color convert

RGB142235240-
CMYK0.410.0200.06
HSL183.06º76.56%74.9%-
HSV(B)183.06º40.83%94.12%-
XYZ56.5971.4693.25-
YUV207.76146.1981.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.01%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=23.01%
G=38.09%
B=38.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422352400.410.0200.06183.0676.5674.9
Hex8EEBF029206b74d4b
Octal21635336051206267115113
Binary1000111011101011111100001010011001101011011110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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