#ABE5F7

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

Shades of Blizzard Blue #ABE5F7

Tints of Blizzard Blue #ABE5F7

Color information

#ABE5F7 (or 0xABE5F7) is unknown color: approx Blizzard Blue. HEX triplet: AB, E5 and F7. RGB value is (171,229,247). Sum of RGB (Red+Green+Blue) = 171+229+247=647 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.43% from 647); Green value is 229 (89.84% from 255 or 35.39% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABE5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5F7 is #541A08. Grayscale: #D5D5D5. Windows color (decimal): -5511689 or 16246187. OLE color: 16246187.

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

Color convert

RGB171229247-
CMYK0.310.0700.03
HSL194.21º82.61%81.96%-
HSV(B)194.21º30.77%96.86%-
XYZ61.671.4198.53-
YUV213.71146.7897.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.43%
GREEN value IS 229 (89.84% from 255) = 35.39%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=26.43%
G=35.39%
B=38.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712292470.310.0700.03194.2182.6181.96
HexABE5F71F703c25352
Octal25334536737703302123122
Binary101010111110010111110111111111110111100001010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE5F7; }

 p { color: rgb(171,229,247); }

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

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

 a { background-color: rgb(171,229,247); }

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

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

 span { border-color: rgb(171,229,247); }

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