#AAB0C1

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

Shades of Echo Blue #AAB0C1

Tints of Echo Blue #AAB0C1

Color information

#AAB0C1 (or 0xAAB0C1) is unknown color: approx Echo Blue. HEX triplet: AA, B0 and C1. RGB value is (170,176,193). Sum of RGB (Red+Green+Blue) = 170+176+193=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0C1 is #554F3E. Grayscale: #B0B0B0. Windows color (decimal): -5590847 or 12693674. OLE color: 12693674.

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

Color convert

RGB170176193-
CMYK0.120.0900.24
HSL224.35º15.65%71.18%-
HSV(B)224.35º11.92%75.69%-
XYZ41.7343.4556.64-
YUV176.14137.51123.62-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 176 (69.14% from 255) = 32.65%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=31.54%
G=32.65%
B=35.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701761930.120.0900.24224.3515.6571.18
HexAAB0C1C9018e01047
Octal252260301141103034020107
Binary1010101010110000110000011100100101100011100000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0C1; }

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

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

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

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

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

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

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

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