#AAB1C1

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

Shades of Echo Blue #AAB1C1

Tints of Echo Blue #AAB1C1

Color information

#AAB1C1 (or 0xAAB1C1) is unknown color: approx Echo Blue. HEX triplet: AA, B1 and C1. RGB value is (170,177,193). Sum of RGB (Red+Green+Blue) = 170+177+193=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 177 (69.53% from 255 or 32.78% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB1C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1C1 is #554E3E. Grayscale: #B0B0B0. Windows color (decimal): -5590591 or 12693930. OLE color: 12693930.

HSL color Cylindrical-coordinate representation of color #AAB1C1: hue angle of 221.74º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAB1C1 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170177193-
CMYK0.120.0800.24
HSL221.74º15.65%71.18%-
HSV(B)221.74º11.92%75.69%-
XYZ41.9343.8456.7-
YUV176.73137.18123.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 177 (69.53% from 255) = 32.78%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=31.48%
G=32.78%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701771930.120.0800.24221.7415.6571.18
HexAAB1C1C8018de1047
Octal252261301141003033620107
Binary1010101010110001110000011100100001100011011110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1C1; }

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

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

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

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

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

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

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

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