#ABE7F9

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

Shades of Blizzard Blue #ABE7F9

Tints of Blizzard Blue #ABE7F9

Color information

#ABE7F9 (or 0xABE7F9) is unknown color: approx Blizzard Blue. HEX triplet: AB, E7 and F9. RGB value is (171,231,249). Sum of RGB (Red+Green+Blue) = 171+231+249=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABE7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7F9 is #541806. Grayscale: #D6D6D6. Windows color (decimal): -5511175 or 16377771. OLE color: 16377771.

HSL color Cylindrical-coordinate representation of color #ABE7F9: hue angle of 193.85º 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 #ABE7F9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171231249-
CMYK0.310.0700.02
HSL193.85º86.67%82.35%-
HSV(B)193.85º31.33%97.65%-
XYZ62.4772.65100.35-
YUV215.11147.1296.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.27%
GREEN value IS 231 (90.62% from 255) = 35.48%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=26.27%
G=35.48%
B=38.25%

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
Decimal1712312490.310.0700.02193.8586.6782.35
HexABE7F91F702c25752
Octal25334737137702302127122
Binary101010111110011111111001111111110101100001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7F9; }

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

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

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

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

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

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

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

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