#ABECFA

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

Shades of Blizzard Blue #ABECFA

Tints of Blizzard Blue #ABECFA

Color information

#ABECFA (or 0xABECFA) is unknown color: approx Blizzard Blue. HEX triplet: AB, EC and FA. RGB value is (171,236,250). Sum of RGB (Red+Green+Blue) = 171+236+250=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABECFA is #541305. Grayscale: #DADADA. Windows color (decimal): -5509894 or 16444587. OLE color: 16444587.

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

Color convert

RGB171236250-
CMYK0.320.0600.02
HSL190.63º88.76%82.55%-
HSV(B)190.63º31.6%98.04%-
XYZ64.0575.55101.65-
YUV218.16145.9794.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.03%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=26.03%
G=35.92%
B=38.05%

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
Decimal1712362500.320.0600.02190.6388.7682.55
HexABECFA20602bf5953
Octal25335437240602277131123
Binary1010101111101100111110101000001100101011111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECFA; }

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

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

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

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

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

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

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

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