#AAB0CA

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

Shades of Echo Blue #AAB0CA

Tints of Echo Blue #AAB0CA

Color information

#AAB0CA (or 0xAAB0CA) is unknown color: approx Echo Blue. HEX triplet: AA, B0 and CA. RGB value is (170,176,202). Sum of RGB (Red+Green+Blue) = 170+176+202=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 176 (69.14% from 255 or 32.12% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0CA is #554F35. Grayscale: #B1B1B1. Windows color (decimal): -5590838 or 13283498. OLE color: 13283498.

HSL color Cylindrical-coordinate representation of color #AAB0CA: hue angle of 228.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAB0CA is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170176202-
CMYK0.160.1300.21
HSL228.75º23.19%72.94%-
HSV(B)228.75º15.84%79.22%-
XYZ42.7643.8662.09-
YUV177.17142.01122.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 176 (69.14% from 255) = 32.12%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=31.02%
G=32.12%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701762020.160.1300.21228.7523.1972.94
HexAAB0CA10D015e51749
Octal252260312201502534527111
Binary10101010101100001100101010000110101010111100101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0CA; }

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

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

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

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

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

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

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

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