#ABEBF7

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

Shades of Blizzard Blue #ABEBF7

Tints of Blizzard Blue #ABEBF7

Color information

#ABEBF7 (or 0xABEBF7) is unknown color: approx Blizzard Blue. HEX triplet: AB, EB and F7. RGB value is (171,235,247). Sum of RGB (Red+Green+Blue) = 171+235+247=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABEBF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBF7 is #541408. Grayscale: #D9D9D9. Windows color (decimal): -5510153 or 16247723. OLE color: 16247723.

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

Color convert

RGB171235247-
CMYK0.310.0500.03
HSL189.47º82.61%81.96%-
HSV(B)189.47º30.77%96.86%-
XYZ63.2974.7999.1-
YUV217.23144.895.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.19%
GREEN value IS 235 (92.19% from 255) = 35.99%
BLUE value IS 247 (96.88% from 255) = 37.83%
R=26.19%
G=35.99%
B=37.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712352470.310.0500.03189.4782.6181.96
HexABEBF71F503bd5352
Octal25335336737503275123122
Binary101010111110101111110111111111010111011110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBF7; }

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

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

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

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

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

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

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

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