#AAB7D0

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

Shades of Echo Blue #AAB7D0

Tints of Echo Blue #AAB7D0

Color information

#AAB7D0 (or 0xAAB7D0) is unknown color: approx Echo Blue. HEX triplet: AA, B7 and D0. RGB value is (170,183,208). Sum of RGB (Red+Green+Blue) = 170+183+208=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAB7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7D0 is #55482F. Grayscale: #B5B5B5. Windows color (decimal): -5589040 or 13678506. OLE color: 13678506.

HSL color Cylindrical-coordinate representation of color #AAB7D0: hue angle of 219.47º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAB7D0 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170183208-
CMYK0.180.1200.18
HSL219.47º28.79%74.12%-
HSV(B)219.47º18.27%81.57%-
XYZ44.946.9766.37-
YUV181.96142.69119.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 208 (81.64% from 255) = 37.08%
R=30.30%
G=32.62%
B=37.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701832080.180.1200.18219.4728.7974.12
HexAAB7D012C012db1d4a
Octal252267320221402233335112
Binary10101010101101111101000010010110001001011011011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7D0; }

 p { color: rgb(170,183,208); }

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

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

 a { background-color: rgb(170,183,208); }

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

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

 span { border-color: rgb(170,183,208); }

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