#AAADC9

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

Shades of Echo Blue #AAADC9

Tints of Echo Blue #AAADC9

Color information

#AAADC9 (or 0xAAADC9) is unknown color: approx Echo Blue. HEX triplet: AA, AD and C9. RGB value is (170,173,201). Sum of RGB (Red+Green+Blue) = 170+173+201=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 201 (78.91% from 255 or 36.95% from 544); Max value from RGB is 201 - color contains mainly: blue. Hex color #AAADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC9 is #555236. Grayscale: #AFAFAF. Windows color (decimal): -5591607 or 13217194. OLE color: 13217194.

HSL color Cylindrical-coordinate representation of color #AAADC9: hue angle of 234.19º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAADC9 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170173201-
CMYK0.150.1400.21
HSL234.19º22.3%72.75%-
HSV(B)234.19º15.42%78.82%-
XYZ42.0642.6561.27-
YUV175.29142.51124.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 201 (78.91% from 255) = 36.95%
R=31.25%
G=31.80%
B=36.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701732010.150.1400.21234.1922.372.75
HexAAADC9FE015ea1649
Octal252255311171602535226111
Binary1010101010101101110010011111111001010111101010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADC9; }

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

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

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

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

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

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

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

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