#A9ADC0

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

Shades of Echo Blue #A9ADC0

Tints of Echo Blue #A9ADC0

Color information

#A9ADC0 (or 0xA9ADC0) is unknown color: approx Echo Blue. HEX triplet: A9, AD and C0. RGB value is (169,173,192). Sum of RGB (Red+Green+Blue) = 169+173+192=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #A9ADC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADC0 is #56523F. Grayscale: #ADADAD. Windows color (decimal): -5657152 or 12627369. OLE color: 12627369.

HSL color Cylindrical-coordinate representation of color #A9ADC0: hue angle of 229.57º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9ADC0 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169173192-
CMYK0.120.1000.25
HSL229.57º15.44%70.78%-
HSV(B)229.57º11.98%75.29%-
XYZ40.8242.1355.85-
YUV173.97138.17124.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.65%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=31.65%
G=32.40%
B=35.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691731920.120.1000.25229.5715.4470.78
HexA9ADC0CA019e6f47
Octal251255300141203134617107
Binary101010011010110111000000110010100110011110011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ADC0; }

 p { color: rgb(169,173,192); }

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

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

 a { background-color: rgb(169,173,192); }

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

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

 span { border-color: rgb(169,173,192); }

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