#ABE4F7

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

Shades of Blizzard Blue #ABE4F7

Tints of Blizzard Blue #ABE4F7

Color information

#ABE4F7 (or 0xABE4F7) is unknown color: approx Blizzard Blue. HEX triplet: AB, E4 and F7. RGB value is (171,228,247). Sum of RGB (Red+Green+Blue) = 171+228+247=646 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.47% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 247 (96.88% from 255 or 38.24% from 646); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABE4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE4F7 is #541B08. Grayscale: #D4D4D4. Windows color (decimal): -5511945 or 16245931. OLE color: 16245931.

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

Color convert

RGB171228247-
CMYK0.310.0800.03
HSL195º82.61%81.96%-
HSV(B)195º30.77%96.86%-
XYZ61.3370.8698.44-
YUV213.12147.1297.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.47%
GREEN value IS 228 (89.45% from 255) = 35.29%
BLUE value IS 247 (96.88% from 255) = 38.24%
R=26.47%
G=35.29%
B=38.24%

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
Decimal1712282470.310.0800.0319582.6181.96
HexABE4F71F803c35352
Octal253344367371003303123122
Binary1010101111100100111101111111110000111100001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE4F7; }

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

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

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

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

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

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

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

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