#AAADD2

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

Shades of Echo Blue #AAADD2

Tints of Echo Blue #AAADD2

Color information

#AAADD2 (or 0xAAADD2) is unknown color: approx Echo Blue. HEX triplet: AA, AD and D2. RGB value is (170,173,210). Sum of RGB (Red+Green+Blue) = 170+173+210=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #AAADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD2 is #55522D. Grayscale: #B0B0B0. Windows color (decimal): -5591598 or 13807018. OLE color: 13807018.

HSL color Cylindrical-coordinate representation of color #AAADD2: hue angle of 235.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAADD2 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170173210-
CMYK0.190.1800.18
HSL235.5º30.77%74.51%-
HSV(B)235.5º19.05%82.35%-
XYZ43.1543.0967.01-
YUV176.32147.01123.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=30.74%
G=31.28%
B=37.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701732100.190.1800.18235.530.7774.51
HexAAADD21312012ec1f4b
Octal252255322232202235437113
Binary101010101010110111010010100111001001001011101100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADD2; }

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

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

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

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

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

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

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

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