#A1ECFA

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

Shades of Blizzard Blue #A1ECFA

Tints of Blizzard Blue #A1ECFA

Color information

#A1ECFA (or 0xA1ECFA) is unknown color: approx Blizzard Blue. HEX triplet: A1, EC and FA. RGB value is (161,236,250). Sum of RGB (Red+Green+Blue) = 161+236+250=647 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.88% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1ECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECFA is #5E1305. Grayscale: #D7D7D7. Windows color (decimal): -6165254 or 16444577. OLE color: 16444577.

HSL color Cylindrical-coordinate representation of color #A1ECFA: hue angle of 189.44º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1ECFA is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161236250-
CMYK0.360.0600.02
HSL189.44º89.9%80.59%-
HSV(B)189.44º35.6%98.04%-
XYZ61.9574.47101.55-
YUV215.17147.6589.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.88%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=24.88%
G=36.48%
B=38.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612362500.360.0600.02189.4489.980.59
HexA1ECFA24602bd5a51
Octal24135437244602275132121
Binary1010000111101100111110101001001100101011110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECFA; }

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

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

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

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

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

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

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

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