#AAB5D5

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

Shades of Echo Blue #AAB5D5

Tints of Echo Blue #AAB5D5

Color information

#AAB5D5 (or 0xAAB5D5) is unknown color: approx Echo Blue. HEX triplet: AA, B5 and D5. RGB value is (170,181,213). Sum of RGB (Red+Green+Blue) = 170+181+213=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAB5D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5D5 is #554A2A. Grayscale: #B5B5B5. Windows color (decimal): -5589547 or 14005674. OLE color: 14005674.

HSL color Cylindrical-coordinate representation of color #AAB5D5: hue angle of 224.65º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB5D5 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170181213-
CMYK0.200.1500.16
HSL224.65º33.86%75.1%-
HSV(B)224.65º20.19%83.53%-
XYZ45.1146.469.53-
YUV181.36145.86119.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 181 (71.09% from 255) = 32.09%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=30.14%
G=32.09%
B=37.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701812130.200.1500.16224.6533.8675.1
HexAAB5D514F010e1224b
Octal252265325241702034142113
Binary101010101011010111010101101001111010000111000011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB5D5; }

 p { color: rgb(170,181,213); }

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

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

 a { background-color: rgb(170,181,213); }

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

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

 span { border-color: rgb(170,181,213); }

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