#AAB2CD

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

Shades of Echo Blue #AAB2CD

Tints of Echo Blue #AAB2CD

Color information

#AAB2CD (or 0xAAB2CD) is unknown color: approx Echo Blue. HEX triplet: AA, B2 and CD. RGB value is (170,178,205). Sum of RGB (Red+Green+Blue) = 170+178+205=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAB2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAB2CD is #554D32. Grayscale: #B2B2B2. Windows color (decimal): -5590323 or 13480618. OLE color: 13480618.

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

Color convert

RGB170178205-
CMYK0.170.1300.20
HSL226.29º25.93%73.53%-
HSV(B)226.29º17.07%80.39%-
XYZ43.5244.7964.11-
YUV178.69142.85121.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=30.74%
G=32.19%
B=37.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701782050.170.1300.20226.2925.9373.53
HexAAB2CD11D014e21a4a
Octal252262315211502434232112
Binary10101010101100101100110110001110101010011100010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB2CD; }

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

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

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

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

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

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

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

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