#AAB2C7

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

Shades of Echo Blue #AAB2C7

Tints of Echo Blue #AAB2C7

Color information

#AAB2C7 (or 0xAAB2C7) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and C7. RGB value is (170,178,199). Sum of RGB (Red+Green+Blue) = 170+178+199=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 199 (78.12% from 255 or 36.38% from 547); Max value from RGB is 199 - color contains mainly: blue. Hex color #AAB2C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2C7 is #554D38. Grayscale: #B1B1B1. Windows color (decimal): -5590329 or 13087402. OLE color: 13087402.

HSL color Cylindrical-coordinate representation of color #AAB2C7: hue angle of 223.45º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB2C7 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170178199-
CMYK0.150.1100.22
HSL223.45º20.57%72.35%-
HSV(B)223.45º14.57%78.04%-
XYZ42.8144.5160.37-
YUV178139.85122.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 199 (78.12% from 255) = 36.38%
R=31.08%
G=32.54%
B=36.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701781990.150.1100.22223.4520.5772.35
HexAAB2C7FB016df1548
Octal252262307171302633725110
Binary1010101010110010110001111111101101011011011111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2C7; }

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

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

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

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

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

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

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

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