#ABE9F1

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

Shades of Blizzard Blue #ABE9F1

Tints of Blizzard Blue #ABE9F1

Color information

#ABE9F1 (or 0xABE9F1) is unknown color: approx Blizzard Blue. HEX triplet: AB, E9 and F1. RGB value is (171,233,241). Sum of RGB (Red+Green+Blue) = 171+233+241=645 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.51% from 645); Green value is 233 (91.41% from 255 or 36.12% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE9F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9F1 is #54160E. Grayscale: #D7D7D7. Windows color (decimal): -5510671 or 15853995. OLE color: 15853995.

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

Color convert

RGB171233241-
CMYK0.290.0300.05
HSL186.86º71.43%80.78%-
HSV(B)186.86º29.05%94.51%-
XYZ61.8173.2994.11-
YUV215.37142.4696.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.51%
GREEN value IS 233 (91.41% from 255) = 36.12%
BLUE value IS 241 (94.53% from 255) = 37.36%
R=26.51%
G=36.12%
B=37.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712332410.290.0300.05186.8671.4380.78
HexABE9F11D305bb4751
Octal25335136135305273107121
Binary101010111110100111110001111011101011011101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE9F1; }

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

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

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

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

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

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

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

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