#8EEAF8

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

Shades of Blizzard Blue #8EEAF8

Tints of Blizzard Blue #8EEAF8

Color information

#8EEAF8 (or 0x8EEAF8) is unknown color: approx Blizzard Blue. HEX triplet: 8E, EA and F8. RGB value is (142,234,248). Sum of RGB (Red+Green+Blue) = 142+234+248=624 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.76% from 624); Green value is 234 (91.80% from 255 or 37.5% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #8EEAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEAF8 is #711507. Grayscale: #CFCFCF. Windows color (decimal): -7410952 or 16312974. OLE color: 16312974.

HSL color Cylindrical-coordinate representation of color #8EEAF8: hue angle of 187.92º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EEAF8 is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142234248-
CMYK0.430.0600.03
HSL187.92º88.33%76.47%-
HSV(B)187.92º42.74%97.25%-
XYZ57.5271.3799.55-
YUV208.09150.5280.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 22.76%
GREEN value IS 234 (91.80% from 255) = 37.5%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=22.76%
G=37.5%
B=39.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1422342480.430.0600.03187.9288.3376.47
Hex8EEAF82B603bc584c
Octal21635237053603274130114
Binary1000111011101010111110001010111100111011110010110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,248); }

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

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

 a { background-color: rgb(142,234,248); }

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

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

 span { border-color: rgb(142,234,248); }

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