#ABECFB

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

Shades of Blizzard Blue #ABECFB

Tints of Blizzard Blue #ABECFB

Color information

#ABECFB (or 0xABECFB) is unknown color: approx Blizzard Blue. HEX triplet: AB, EC and FB. RGB value is (171,236,251). Sum of RGB (Red+Green+Blue) = 171+236+251=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABECFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECFB is #541304. Grayscale: #DADADA. Windows color (decimal): -5509893 or 16510123. OLE color: 16510123.

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

Color convert

RGB171236251-
CMYK0.320.0600.02
HSL191.25º90.91%82.75%-
HSV(B)191.25º31.87%98.43%-
XYZ64.275.61102.48-
YUV218.27146.4794.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.99%
GREEN value IS 236 (92.58% from 255) = 35.87%
BLUE value IS 251 (98.44% from 255) = 38.15%
R=25.99%
G=35.87%
B=38.15%

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
Decimal1712362510.320.0600.02191.2590.9182.75
HexABECFB20602bf5b53
Octal25335437340602277133123
Binary1010101111101100111110111000001100101011111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECFB; }

 p { color: rgb(171,236,251); }

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

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

 a { background-color: rgb(171,236,251); }

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

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

 span { border-color: rgb(171,236,251); }

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