#ABE9FA

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

Shades of Blizzard Blue #ABE9FA

Tints of Blizzard Blue #ABE9FA

Color information

#ABE9FA (or 0xABE9FA) is unknown color: approx Blizzard Blue. HEX triplet: AB, E9 and FA. RGB value is (171,233,250). Sum of RGB (Red+Green+Blue) = 171+233+250=654 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.15% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE9FA is #541605. Grayscale: #D8D8D8. Windows color (decimal): -5510662 or 16443819. OLE color: 16443819.

HSL color Cylindrical-coordinate representation of color #ABE9FA: hue angle of 192.91º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABE9FA is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171233250-
CMYK0.320.0700.02
HSL192.91º88.76%82.55%-
HSV(B)192.91º31.6%98.04%-
XYZ63.1973.84101.36-
YUV216.4146.9695.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.15%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=26.15%
G=35.63%
B=38.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712332500.320.0700.02192.9188.7682.55
HexABE9FA20702c15953
Octal25335137240702301131123
Binary1010101111101001111110101000001110101100000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE9FA; }

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

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

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

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

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

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

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

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