#AAADD9

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

Shades of Echo Blue #AAADD9

Tints of Echo Blue #AAADD9

Color information

#AAADD9 (or 0xAAADD9) is unknown color: approx Echo Blue. HEX triplet: AA, AD and D9. RGB value is (170,173,217). Sum of RGB (Red+Green+Blue) = 170+173+217=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 217 - color contains mainly: blue. Hex color #AAADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD9 is #555226. Grayscale: #B0B0B0. Windows color (decimal): -5591591 or 14265770. OLE color: 14265770.

HSL color Cylindrical-coordinate representation of color #AAADD9: hue angle of 236.17º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAADD9 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170173217-
CMYK0.220.2000.15
HSL236.17º38.21%75.88%-
HSV(B)236.17º21.66%85.1%-
XYZ44.0543.4471.71-
YUV177.12150.51122.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 217 (85.16% from 255) = 38.75%
R=30.36%
G=30.89%
B=38.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701732170.220.2000.15236.1738.2175.88
HexAAADD916140Fec264c
Octal252255331262401735446114
Binary101010101010110111011001101101010001111111011001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADD9; }

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

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

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

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

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

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

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

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