#AAACCD

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

Shades of Echo Blue #AAACCD

Tints of Echo Blue #AAACCD

Color information

#AAACCD (or 0xAAACCD) is unknown color: approx Echo Blue. HEX triplet: AA, AC and CD. RGB value is (170,172,205). Sum of RGB (Red+Green+Blue) = 170+172+205=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACCD is #555332. Grayscale: #AFAFAF. Windows color (decimal): -5591859 or 13479082. OLE color: 13479082.

HSL color Cylindrical-coordinate representation of color #AAACCD: hue angle of 236.57º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AAACCD is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170172205-
CMYK0.170.1600.20
HSL236.57º25.93%73.53%-
HSV(B)236.57º17.07%80.39%-
XYZ42.3542.4663.72-
YUV175.16144.84124.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 172 (67.58% from 255) = 31.44%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=31.08%
G=31.44%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701722050.170.1600.20236.5725.9373.53
HexAAACCD1110014ed1a4a
Octal252254315212002435532112
Binary101010101010110011001101100011000001010011101101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACCD; }

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

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

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

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

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

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

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

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