#AAADD0

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

Shades of Echo Blue #AAADD0

Tints of Echo Blue #AAADD0

Color information

#AAADD0 (or 0xAAADD0) is unknown color: approx Echo Blue. HEX triplet: AA, AD and D0. RGB value is (170,173,208). Sum of RGB (Red+Green+Blue) = 170+173+208=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADD0 is #55522F. Grayscale: #AFAFAF. Windows color (decimal): -5591600 or 13675946. OLE color: 13675946.

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

Color convert

RGB170173208-
CMYK0.180.1700.18
HSL235.26º28.79%74.12%-
HSV(B)235.26º18.27%81.57%-
XYZ42.9142.9965.71-
YUV176.09146.01123.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 208 (81.64% from 255) = 37.75%
R=30.85%
G=31.40%
B=37.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701732080.180.1700.18235.2628.7974.12
HexAAADD01211012eb1d4a
Octal252255320222102235335112
Binary101010101010110111010000100101000101001011101011111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADD0; }

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

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

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

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

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

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

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

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