#AAADC1

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

Shades of Echo Blue #AAADC1

Tints of Echo Blue #AAADC1

Color information

#AAADC1 (or 0xAAADC1) is unknown color: approx Echo Blue. HEX triplet: AA, AD and C1. RGB value is (170,173,193). Sum of RGB (Red+Green+Blue) = 170+173+193=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAADC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC1 is #55523E. Grayscale: #AEAEAE. Windows color (decimal): -5591615 or 12692906. OLE color: 12692906.

HSL color Cylindrical-coordinate representation of color #AAADC1: hue angle of 232.17º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAADC1 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170173193-
CMYK0.120.1000.24
HSL232.17º15.65%71.18%-
HSV(B)232.17º11.92%75.69%-
XYZ41.1542.2856.44-
YUV174.38138.51124.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=31.72%
G=32.28%
B=36.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701731930.120.1000.24232.1715.6571.18
HexAAADC1CA018e81047
Octal252255301141203035020107
Binary1010101010101101110000011100101001100011101000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADC1; }

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

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

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

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

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

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

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

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