#AAB1C9

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

Shades of Echo Blue #AAB1C9

Tints of Echo Blue #AAB1C9

Color information

#AAB1C9 (or 0xAAB1C9) is unknown color: approx Echo Blue. HEX triplet: AA, B1 and C9. RGB value is (170,177,201). Sum of RGB (Red+Green+Blue) = 170+177+201=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAB1C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1C9 is #554E36. Grayscale: #B1B1B1. Windows color (decimal): -5590583 or 13218218. OLE color: 13218218.

HSL color Cylindrical-coordinate representation of color #AAB1C9: hue angle of 226.45º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB1C9 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170177201-
CMYK0.150.1200.21
HSL226.45º22.3%72.75%-
HSV(B)226.45º15.42%78.82%-
XYZ42.8444.2161.53-
YUV177.64141.18122.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 177 (69.53% from 255) = 32.30%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=31.02%
G=32.30%
B=36.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701772010.150.1200.21226.4522.372.75
HexAAB1C9FC015e21649
Octal252261311171402534226111
Binary1010101010110001110010011111110001010111100010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1C9; }

 p { color: rgb(170,177,201); }

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

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

 a { background-color: rgb(170,177,201); }

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

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

 span { border-color: rgb(170,177,201); }

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