#AAB2C1

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

Shades of Echo Blue #AAB2C1

Tints of Echo Blue #AAB2C1

Color information

#AAB2C1 (or 0xAAB2C1) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and C1. RGB value is (170,178,193). Sum of RGB (Red+Green+Blue) = 170+178+193=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 178 (69.92% from 255 or 32.90% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C1 is #554D3E. Grayscale: #B1B1B1. Windows color (decimal): -5590335 or 12694186. OLE color: 12694186.

HSL color Cylindrical-coordinate representation of color #AAB2C1: hue angle of 219.13º 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 #AAB2C1 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170178193-
CMYK0.120.0800.24
HSL219.13º15.65%71.18%-
HSV(B)219.13º11.92%75.69%-
XYZ42.1244.2456.77-
YUV177.32136.85122.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 178 (69.92% from 255) = 32.90%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=31.42%
G=32.90%
B=35.67%

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
Decimal1701781930.120.0800.24219.1315.6571.18
HexAAB2C1C8018db1047
Octal252262301141003033320107
Binary1010101010110010110000011100100001100011011011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2C1; }

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

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

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

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

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

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

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

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