#AAADC0

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

Shades of Echo Blue #AAADC0

Tints of Echo Blue #AAADC0

Color information

#AAADC0 (or 0xAAADC0) is unknown color: approx Echo Blue. HEX triplet: AA, AD and C0. RGB value is (170,173,192). Sum of RGB (Red+Green+Blue) = 170+173+192=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC0 is #55523F. Grayscale: #AEAEAE. Windows color (decimal): -5591616 or 12627370. OLE color: 12627370.

HSL color Cylindrical-coordinate representation of color #AAADC0: hue angle of 231.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAADC0 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170173192-
CMYK0.110.1000.25
HSL231.82º14.86%70.98%-
HSV(B)231.82º11.46%75.29%-
XYZ41.0442.2455.86-
YUV174.27138.01124.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 192 (75.39% from 255) = 35.89%
R=31.78%
G=32.34%
B=35.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701731920.110.1000.25231.8214.8670.98
HexAAADC0BA019e8f47
Octal252255300131203135017107
Binary101010101010110111000000101110100110011110100011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADC0; }

 p { color: rgb(170,173,192); }

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

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

 a { background-color: rgb(170,173,192); }

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

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

 span { border-color: rgb(170,173,192); }

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