#A1ECF5

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

Shades of Blizzard Blue #A1ECF5

Tints of Blizzard Blue #A1ECF5

Color information

#A1ECF5 (or 0xA1ECF5) is unknown color: approx Blizzard Blue. HEX triplet: A1, EC and F5. RGB value is (161,236,245). Sum of RGB (Red+Green+Blue) = 161+236+245=642 (85% of max value = 765). Red value is 161 (63.28% from 255 or 25.08% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 245 (96.09% from 255 or 38.16% from 642); Max value from RGB is 245 - color contains mainly: blue. Hex color #A1ECF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A1ECF5 is #5E130A. Grayscale: #D6D6D6. Windows color (decimal): -6165259 or 16116897. OLE color: 16116897.

HSL color Cylindrical-coordinate representation of color #A1ECF5: hue angle of 186.43º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1ECF5 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB161236245-
CMYK0.340.0400.04
HSL186.43º80.77%79.61%-
HSV(B)186.43º34.29%96.08%-
XYZ61.1774.1697.48-
YUV214.6145.1589.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.08%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 245 (96.09% from 255) = 38.16%
R=25.08%
G=36.76%
B=38.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1612362450.340.0400.04186.4380.7779.61
HexA1ECF522404ba5150
Octal24135436542404272121120
Binary10100001111011001111010110001010001001011101010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECF5; }

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

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

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

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

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

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

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

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