#AAB2CA

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

Shades of Echo Blue #AAB2CA

Tints of Echo Blue #AAB2CA

Color information

#AAB2CA (or 0xAAB2CA) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and CA. RGB value is (170,178,202). Sum of RGB (Red+Green+Blue) = 170+178+202=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2CA is #554D35. Grayscale: #B2B2B2. Windows color (decimal): -5590326 or 13284010. OLE color: 13284010.

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

Color convert

RGB170178202-
CMYK0.160.1200.21
HSL225º23.19%72.94%-
HSV(B)225º15.84%79.22%-
XYZ43.1644.6562.22-
YUV178.34141.35122.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 178 (69.92% from 255) = 32.36%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=30.91%
G=32.36%
B=36.73%

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
Decimal1701782020.160.1200.2122523.1972.94
HexAAB2CA10C015e11749
Octal252262312201402534127111
Binary10101010101100101100101010000110001010111100001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2CA; }

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

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

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

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

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

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

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

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