#AAB8CD

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

Shades of Echo Blue #AAB8CD

Tints of Echo Blue #AAB8CD

Color information

#AAB8CD (or 0xAAB8CD) is unknown color: approx Echo Blue. HEX triplet: AA, B8 and CD. RGB value is (170,184,205). Sum of RGB (Red+Green+Blue) = 170+184+205=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8CD is #554732. Grayscale: #B6B6B6. Windows color (decimal): -5588787 or 13482154. OLE color: 13482154.

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

Color convert

RGB170184205-
CMYK0.170.1000.20
HSL216º25.93%73.53%-
HSV(B)216º17.07%80.39%-
XYZ44.7447.2364.52-
YUV182.21140.86119.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=30.41%
G=32.92%
B=36.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701842050.170.1000.2021625.9373.53
HexAAB8CD11A014d81a4a
Octal252270315211202433032112
Binary10101010101110001100110110001101001010011011000110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB8CD; }

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

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

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

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

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

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

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

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