#AAB1C0

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

Shades of Echo Blue #AAB1C0

Tints of Echo Blue #AAB1C0

Color information

#AAB1C0 (or 0xAAB1C0) is unknown color: approx Echo Blue. HEX triplet: AA, B1 and C0. RGB value is (170,177,192). Sum of RGB (Red+Green+Blue) = 170+177+192=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAB1C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1C0 is #554E3F. Grayscale: #B0B0B0. Windows color (decimal): -5590592 or 12628394. OLE color: 12628394.

HSL color Cylindrical-coordinate representation of color #AAB1C0: hue angle of 220.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAB1C0 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170177192-
CMYK0.110.0800.25
HSL220.91º14.86%70.98%-
HSV(B)220.91º11.46%75.29%-
XYZ41.8143.856.12-
YUV176.62136.68123.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=31.54%
G=32.84%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701771920.110.0800.25220.9114.8670.98
HexAAB1C0B8019ddf47
Octal252261300131003133517107
Binary101010101011000111000000101110000110011101110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1C0; }

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

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

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

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

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

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

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

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