#AAB8D5

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

Shades of Echo Blue #AAB8D5

Tints of Echo Blue #AAB8D5

Color information

#AAB8D5 (or 0xAAB8D5) is unknown color: approx Echo Blue. HEX triplet: AA, B8 and D5. RGB value is (170,184,213). Sum of RGB (Red+Green+Blue) = 170+184+213=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #AAB8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8D5 is #55472A. Grayscale: #B6B6B6. Windows color (decimal): -5588779 or 14006442. OLE color: 14006442.

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

Color convert

RGB170184213-
CMYK0.200.1400.16
HSL220.47º33.86%75.1%-
HSV(B)220.47º20.19%83.53%-
XYZ45.7347.6369.73-
YUV183.12144.86118.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 184 (72.27% from 255) = 32.45%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=29.98%
G=32.45%
B=37.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701842130.200.1400.16220.4733.8675.1
HexAAB8D514E010dc224b
Octal252270325241602033442113
Binary101010101011100011010101101001110010000110111001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8D5; }

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

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

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

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

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

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

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

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