#AAACD0

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

Shades of Echo Blue #AAACD0

Tints of Echo Blue #AAACD0

Color information

#AAACD0 (or 0xAAACD0) is unknown color: approx Echo Blue. HEX triplet: AA, AC and D0. RGB value is (170,172,208). Sum of RGB (Red+Green+Blue) = 170+172+208=550 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.91% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #AAACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACD0 is #55532F. Grayscale: #AFAFAF. Windows color (decimal): -5591856 or 13675690. OLE color: 13675690.

HSL color Cylindrical-coordinate representation of color #AAACD0: hue angle of 236.84º 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 #AAACD0 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170172208-
CMYK0.180.1700.18
HSL236.84º28.79%74.12%-
HSV(B)236.84º18.27%81.57%-
XYZ42.7242.6165.65-
YUV175.51146.34124.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.91%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=30.91%
G=31.27%
B=37.82%

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
Decimal1701722080.180.1700.18236.8428.7974.12
HexAAACD01211012ed1d4a
Octal252254320222102235535112
Binary101010101010110011010000100101000101001011101101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACD0; }

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

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

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

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

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

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

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

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