#A1ECFC

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

Shades of Blizzard Blue #A1ECFC

Tints of Blizzard Blue #A1ECFC

Color information

#A1ECFC (or 0xA1ECFC) is unknown color: approx Blizzard Blue. HEX triplet: A1, EC and FC. RGB value is (161,236,252). Sum of RGB (Red+Green+Blue) = 161+236+252=649 (85% of max value = 765). Red value is 161 (63.28% from 255 or 24.81% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECFC is #5E1303. Grayscale: #D7D7D7. Windows color (decimal): -6165252 or 16575649. OLE color: 16575649.

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

Color convert

RGB161236252-
CMYK0.360.0600.01
HSL190.55º93.81%80.98%-
HSV(B)190.55º36.11%98.82%-
XYZ62.2674.6103.21-
YUV215.4148.6589.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 24.81%
GREEN value IS 236 (92.58% from 255) = 36.36%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=24.81%
G=36.36%
B=38.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612362520.360.0600.01190.5593.8180.98
HexA1ECFC24601bf5e51
Octal24135437444601277136121
Binary101000011110110011111100100100110011011111110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECFC; }

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

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

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

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

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

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

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

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