#AAADC6

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

Shades of Echo Blue #AAADC6

Tints of Echo Blue #AAADC6

Color information

#AAADC6 (or 0xAAADC6) is unknown color: approx Echo Blue. HEX triplet: AA, AD and C6. RGB value is (170,173,198). Sum of RGB (Red+Green+Blue) = 170+173+198=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC6 is #555239. Grayscale: #AEAEAE. Windows color (decimal): -5591610 or 13020586. OLE color: 13020586.

HSL color Cylindrical-coordinate representation of color #AAADC6: hue angle of 233.57º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAADC6 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170173198-
CMYK0.140.1300.22
HSL233.57º19.72%72.16%-
HSV(B)233.57º14.14%77.65%-
XYZ41.7142.5159.43-
YUV174.95141.01124.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 198 (77.73% from 255) = 36.60%
R=31.42%
G=31.98%
B=36.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701731980.140.1300.22233.5719.7272.16
HexAAADC6ED016ea1448
Octal252255306161502635224110
Binary1010101010101101110001101110110101011011101010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADC6; }

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

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

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

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

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

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

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

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