#AAB1CA

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

Shades of Echo Blue #AAB1CA

Tints of Echo Blue #AAB1CA

Color information

#AAB1CA (or 0xAAB1CA) is unknown color: approx Echo Blue. HEX triplet: AA, B1 and CA. RGB value is (170,177,202). Sum of RGB (Red+Green+Blue) = 170+177+202=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 177 (69.53% from 255 or 32.24% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB1CA is #554E35. Grayscale: #B1B1B1. Windows color (decimal): -5590582 or 13283754. OLE color: 13283754.

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

Color convert

RGB170177202-
CMYK0.160.1200.21
HSL226.88º23.19%72.94%-
HSV(B)226.88º15.84%79.22%-
XYZ42.9644.2562.15-
YUV177.76141.68122.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 177 (69.53% from 255) = 32.24%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=30.97%
G=32.24%
B=36.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701772020.160.1200.21226.8823.1972.94
HexAAB1CA10C015e31749
Octal252261312201402534327111
Binary10101010101100011100101010000110001010111100011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB1CA; }

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

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

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

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

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

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

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

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