#AAB0D0

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

Shades of Echo Blue #AAB0D0

Tints of Echo Blue #AAB0D0

Color information

#AAB0D0 (or 0xAAB0D0) is unknown color: approx Echo Blue. HEX triplet: AA, B0 and D0. RGB value is (170,176,208). Sum of RGB (Red+Green+Blue) = 170+176+208=554 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.69% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAB0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB0D0 is #554F2F. Grayscale: #B1B1B1. Windows color (decimal): -5590832 or 13676714. OLE color: 13676714.

HSL color Cylindrical-coordinate representation of color #AAB0D0: hue angle of 230.53º 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 #AAB0D0 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170176208-
CMYK0.180.1500.18
HSL230.53º28.79%74.12%-
HSV(B)230.53º18.27%81.57%-
XYZ43.4944.1565.9-
YUV177.85145.01122.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.69%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=30.69%
G=31.77%
B=37.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701762080.180.1500.18230.5328.7974.12
HexAAB0D012F012e71d4a
Octal252260320221702234735112
Binary10101010101100001101000010010111101001011100111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB0D0; }

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

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

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

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

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

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

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

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