#ABEBFA

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

Shades of Blizzard Blue #ABEBFA

Tints of Blizzard Blue #ABEBFA

Color information

#ABEBFA (or 0xABEBFA) is unknown color: approx Blizzard Blue. HEX triplet: AB, EB and FA. RGB value is (171,235,250). Sum of RGB (Red+Green+Blue) = 171+235+250=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABEBFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEBFA is #541405. Grayscale: #D9D9D9. Windows color (decimal): -5510150 or 16444331. OLE color: 16444331.

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

Color convert

RGB171235250-
CMYK0.320.0600.02
HSL191.39º88.76%82.55%-
HSV(B)191.39º31.6%98.04%-
XYZ63.7674.98101.55-
YUV217.57146.394.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.07%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=26.07%
G=35.82%
B=38.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712352500.320.0600.02191.3988.7682.55
HexABEBFA20602bf5953
Octal25335337240602277131123
Binary1010101111101011111110101000001100101011111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBFA; }

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

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

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

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

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

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

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

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