#ABE8F9

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

Shades of Blizzard Blue #ABE8F9

Tints of Blizzard Blue #ABE8F9

Color information

#ABE8F9 (or 0xABE8F9) is unknown color: approx Blizzard Blue. HEX triplet: AB, E8 and F9. RGB value is (171,232,249). Sum of RGB (Red+Green+Blue) = 171+232+249=652 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.23% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 249 (97.66% from 255 or 38.19% from 652); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABE8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8F9 is #541706. Grayscale: #D7D7D7. Windows color (decimal): -5510919 or 16378027. OLE color: 16378027.

HSL color Cylindrical-coordinate representation of color #ABE8F9: hue angle of 193.08º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABE8F9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171232249-
CMYK0.310.0700.02
HSL193.08º86.67%82.35%-
HSV(B)193.08º31.33%97.65%-
XYZ62.7573.21100.45-
YUV215.7146.7996.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.23%
GREEN value IS 232 (91.02% from 255) = 35.58%
BLUE value IS 249 (97.66% from 255) = 38.19%
R=26.23%
G=35.58%
B=38.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712322490.310.0700.02193.0886.6782.35
HexABE8F91F702c15752
Octal25335037137702301127122
Binary101010111110100011111001111111110101100000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8F9; }

 p { color: rgb(171,232,249); }

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

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

 a { background-color: rgb(171,232,249); }

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

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

 span { border-color: rgb(171,232,249); }

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