#ABE8F1

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

Shades of Blizzard Blue #ABE8F1

Tints of Blizzard Blue #ABE8F1

Color information

#ABE8F1 (or 0xABE8F1) is unknown color: approx Blizzard Blue. HEX triplet: AB, E8 and F1. RGB value is (171,232,241). Sum of RGB (Red+Green+Blue) = 171+232+241=644 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.55% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABE8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8F1 is #54170E. Grayscale: #D6D6D6. Windows color (decimal): -5510927 or 15853739. OLE color: 15853739.

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

Color convert

RGB171232241-
CMYK0.290.0400.05
HSL187.71º71.43%80.78%-
HSV(B)187.71º29.05%94.51%-
XYZ61.5372.7294.01-
YUV214.79142.7996.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.55%
GREEN value IS 232 (91.02% from 255) = 36.02%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=26.55%
G=36.02%
B=37.42%

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
Decimal1712322410.290.0400.05187.7171.4380.78
HexABE8F11D405bc4751
Octal25335036135405274107121
Binary1010101111101000111100011110110001011011110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8F1; }

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

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

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

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

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

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

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

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