#A1AECC

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

Shades of Echo Blue #A1AECC

Tints of Echo Blue #A1AECC

Color information

#A1AECC (or 0xA1AECC) is unknown color: approx Echo Blue. HEX triplet: A1, AE and CC. RGB value is (161,174,204). Sum of RGB (Red+Green+Blue) = 161+174+204=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #A1AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1AECC is #5E5133. Grayscale: #ADADAD. Windows color (decimal): -6181172 or 13414049. OLE color: 13414049.

HSL color Cylindrical-coordinate representation of color #A1AECC: hue angle of 221.86º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AECC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB161174204-
CMYK0.210.1500.2
HSL221.86º29.66%71.57%-
HSV(B)221.86º21.08%80%-
XYZ40.7342.2163.13-
YUV173.53145.19119.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.87%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=29.87%
G=32.28%
B=37.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1611742040.210.1500.2221.8629.6671.57
HexA1AECC15F014de1e48
Octal241256314251702433636110
Binary10100001101011101100110010101111101010011011110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AECC; }

 p { color: rgb(161,174,204); }

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

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

 a { background-color: rgb(161,174,204); }

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

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

 span { border-color: rgb(161,174,204); }

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