#ABE5FA

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

Shades of Blizzard Blue #ABE5FA

Tints of Blizzard Blue #ABE5FA

Color information

#ABE5FA (or 0xABE5FA) is unknown color: approx Blizzard Blue. HEX triplet: AB, E5 and FA. RGB value is (171,229,250). Sum of RGB (Red+Green+Blue) = 171+229+250=650 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.31% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABE5FA is #541A05. Grayscale: #D5D5D5. Windows color (decimal): -5511686 or 16442795. OLE color: 16442795.

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

Color convert

RGB171229250-
CMYK0.320.0800.02
HSL195.95º88.76%82.55%-
HSV(B)195.95º31.6%98.04%-
XYZ62.0771.6100.99-
YUV214.05148.2897.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.31%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=26.31%
G=35.23%
B=38.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712292500.320.0800.02195.9588.7682.55
HexABE5FA20802c45953
Octal253345372401002304131123
Binary10101011111001011111101010000010000101100010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE5FA; }

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

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

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

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

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

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

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

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