#ABE3F7

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

Shades of Blizzard Blue #ABE3F7

Tints of Blizzard Blue #ABE3F7

Color information

#ABE3F7 (or 0xABE3F7) is unknown color: approx Blizzard Blue. HEX triplet: AB, E3 and F7. RGB value is (171,227,247). Sum of RGB (Red+Green+Blue) = 171+227+247=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 247 (96.88% from 255 or 38.29% from 645); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABE3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE3F7 is #541C08. Grayscale: #D4D4D4. Windows color (decimal): -5512201 or 16245675. OLE color: 16245675.

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

Color convert

RGB171227247-
CMYK0.310.0800.03
HSL195.79º82.61%81.96%-
HSV(B)195.79º30.77%96.86%-
XYZ61.0570.3198.35-
YUV212.54147.4598.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 227 (89.06% from 255) = 35.19%
BLUE value IS 247 (96.88% from 255) = 38.29%
R=26.51%
G=35.19%
B=38.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712272470.310.0800.03195.7982.6181.96
HexABE3F71F803c45352
Octal253343367371003304123122
Binary1010101111100011111101111111110000111100010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE3F7; }

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

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

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

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

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

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

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

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