#AAACD1

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

Shades of Echo Blue #AAACD1

Tints of Echo Blue #AAACD1

Color information

#AAACD1 (or 0xAAACD1) is unknown color: approx Echo Blue. HEX triplet: AA, AC and D1. RGB value is (170,172,209). Sum of RGB (Red+Green+Blue) = 170+172+209=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #AAACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACD1 is #55532E. Grayscale: #AFAFAF. Windows color (decimal): -5591855 or 13741226. OLE color: 13741226.

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

Color convert

RGB170172209-
CMYK0.190.1800.18
HSL236.92º29.77%74.31%-
HSV(B)236.92º18.66%81.96%-
XYZ42.8442.6566.3-
YUV175.62146.84123.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 209 (82.03% from 255) = 37.93%
R=30.85%
G=31.22%
B=37.93%

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
Decimal1701722090.190.1800.18236.9229.7774.31
HexAAACD11312012ed1e4a
Octal252254321232202235536112
Binary101010101010110011010001100111001001001011101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACD1; }

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

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

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

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

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

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

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

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