#AAADCD

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

Shades of Echo Blue #AAADCD

Tints of Echo Blue #AAADCD

Color information

#AAADCD (or 0xAAADCD) is unknown color: approx Echo Blue. HEX triplet: AA, AD and CD. RGB value is (170,173,205). Sum of RGB (Red+Green+Blue) = 170+173+205=548 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.02% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADCD is #555232. Grayscale: #AFAFAF. Windows color (decimal): -5591603 or 13479338. OLE color: 13479338.

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

Color convert

RGB170173205-
CMYK0.170.1600.20
HSL234.86º25.93%73.53%-
HSV(B)234.86º17.07%80.39%-
XYZ42.5442.8463.78-
YUV175.75144.51123.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.02%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=31.02%
G=31.57%
B=37.41%

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
Decimal1701732050.170.1600.20234.8625.9373.53
HexAAADCD1110014eb1a4a
Octal252255315212002435332112
Binary101010101010110111001101100011000001010011101011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADCD; }

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

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

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

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

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

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

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

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