#ABE8FA

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

Shades of Blizzard Blue #ABE8FA

Tints of Blizzard Blue #ABE8FA

Color information

#ABE8FA (or 0xABE8FA) is unknown color: approx Blizzard Blue. HEX triplet: AB, E8 and FA. RGB value is (171,232,250). Sum of RGB (Red+Green+Blue) = 171+232+250=653 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.19% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABE8FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABE8FA is #541705. Grayscale: #D7D7D7. Windows color (decimal): -5510918 or 16443563. OLE color: 16443563.

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

Color convert

RGB171232250-
CMYK0.320.0700.02
HSL193.67º88.76%82.55%-
HSV(B)193.67º31.6%98.04%-
XYZ62.9173.27101.27-
YUV215.81147.2996.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.19%
GREEN value IS 232 (91.02% from 255) = 35.53%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=26.19%
G=35.53%
B=38.28%

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
Decimal1712322500.320.0700.02193.6788.7682.55
HexABE8FA20702c25953
Octal25335037240702302131123
Binary1010101111101000111110101000001110101100001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE8FA; }

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

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

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

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

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

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

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

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