#AAADC7

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

Shades of Echo Blue #AAADC7

Tints of Echo Blue #AAADC7

Color information

#AAADC7 (or 0xAAADC7) is unknown color: approx Echo Blue. HEX triplet: AA, AD and C7. RGB value is (170,173,199). Sum of RGB (Red+Green+Blue) = 170+173+199=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 199 - color contains mainly: blue. Hex color #AAADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAADC7 is #555238. Grayscale: #AEAEAE. Windows color (decimal): -5591609 or 13086122. OLE color: 13086122.

HSL color Cylindrical-coordinate representation of color #AAADC7: hue angle of 233.79º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAADC7 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170173199-
CMYK0.150.1300.22
HSL233.79º20.57%72.35%-
HSV(B)233.79º14.57%78.04%-
XYZ41.8342.5660.04-
YUV175.07141.51124.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 199 (78.12% from 255) = 36.72%
R=31.37%
G=31.92%
B=36.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701731990.150.1300.22233.7920.5772.35
HexAAADC7FD016ea1548
Octal252255307171502635225110
Binary1010101010101101110001111111110101011011101010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAADC7; }

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

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

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

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

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

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

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

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