#ABE7F1

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

Shades of Blizzard Blue #ABE7F1

Tints of Blizzard Blue #ABE7F1

Color information

#ABE7F1 (or 0xABE7F1) is unknown color: approx Blizzard Blue. HEX triplet: AB, E7 and F1. RGB value is (171,231,241). Sum of RGB (Red+Green+Blue) = 171+231+241=643 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.59% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE7F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE7F1 is #54180E. Grayscale: #D6D6D6. Windows color (decimal): -5511183 or 15853483. OLE color: 15853483.

HSL color Cylindrical-coordinate representation of color #ABE7F1: hue angle of 188.57º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABE7F1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171231241-
CMYK0.290.0400.05
HSL188.57º71.43%80.78%-
HSV(B)188.57º29.05%94.51%-
XYZ61.2572.1693.92-
YUV214.2143.1297.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.59%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=26.59%
G=35.93%
B=37.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712312410.290.0400.05188.5771.4380.78
HexABE7F11D405bd4751
Octal25334736135405275107121
Binary1010101111100111111100011110110001011011110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE7F1; }

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

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

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

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

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

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

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

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