#AAB7CD

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

Shades of Echo Blue #AAB7CD

Tints of Echo Blue #AAB7CD

Color information

#AAB7CD (or 0xAAB7CD) is unknown color: approx Echo Blue. HEX triplet: AA, B7 and CD. RGB value is (170,183,205). Sum of RGB (Red+Green+Blue) = 170+183+205=558 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.47% from 558); Green value is 183 (71.88% from 255 or 32.80% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7CD is #554832. Grayscale: #B5B5B5. Windows color (decimal): -5589043 or 13481898. OLE color: 13481898.

HSL color Cylindrical-coordinate representation of color #AAB7CD: hue angle of 217.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAB7CD is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170183205-
CMYK0.170.1100.20
HSL217.71º25.93%73.53%-
HSV(B)217.71º17.07%80.39%-
XYZ44.5346.8264.45-
YUV181.62141.19119.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.47%
GREEN value IS 183 (71.88% from 255) = 32.80%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=30.47%
G=32.80%
B=36.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701832050.170.1100.20217.7125.9373.53
HexAAB7CD11B014da1a4a
Octal252267315211302433232112
Binary10101010101101111100110110001101101010011011010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB7CD; }

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

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

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

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

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

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

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

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