#AAB1C5

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

Shades of Echo Blue #AAB1C5

Tints of Echo Blue #AAB1C5

Color information

#AAB1C5 (or 0xAAB1C5) is unknown color: approx Echo Blue. HEX triplet: AA, B1 and C5. RGB value is (170,177,197). Sum of RGB (Red+Green+Blue) = 170+177+197=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 177 (69.53% from 255 or 32.54% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAB1C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1C5 is #554E3A. Grayscale: #B1B1B1. Windows color (decimal): -5590587 or 12956074. OLE color: 12956074.

HSL color Cylindrical-coordinate representation of color #AAB1C5: hue angle of 224.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB1C5 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170177197-
CMYK0.140.1000.23
HSL224.44º18.88%71.96%-
HSV(B)224.44º13.71%77.25%-
XYZ42.3844.0259.09-
YUV177.19139.18122.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 177 (69.53% from 255) = 32.54%
BLUE value IS 197 (77.34% from 255) = 36.21%
R=31.25%
G=32.54%
B=36.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701771970.140.1000.23224.4418.8871.96
HexAAB1C5EA017e01348
Octal252261305161202734023110
Binary1010101010110001110001011110101001011111100000100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1C5; }

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

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

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

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

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

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

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

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