Shades of Echo Blue #A9ADC5
Tints of Echo Blue #A9ADC5
RGB
CMYK
RGB Variations
Color information
#A9ADC5 (or 0xA9ADC5) is known color: Echo Blue. HEX triplet: A9, AD and C5. RGB value is (169,173,197). Sum of RGB (Red+Green+Blue) = 169+173+197=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9ADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADC5 is #56523A. Grayscale: #AEAEAE. Windows color (decimal): -5657147 or 12955049. OLE color: 12955049.
HSL color Cylindrical-coordinate representation of color #A9ADC5: hue angle of 231.43º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9ADC5 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 173 | 197 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.23 |
| HSL | 231.43º | 0.19% | 0.72% | - |
| HSV(B) | 231.43º | 0.14% | 0.77% | - |
| XYZ | 41.38 | 42.35 | 58.82 | - |
| YUV | 174.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 197 | 0.14 | 0.12 | 0 | 0.23 | 231.43 | 0.19 | 0.72 |
| Hex | A9 | AD | C5 | E | C | 0 | 17 | E7 | 13 | 48 |
| Octal | 251 | 255 | 305 | 16 | 14 | 0 | 27 | 347 | 23 | 110 |
| Binary | 10101001 | 10101101 | 11000101 | 1110 | 1100 | 0 | 10111 | 11100111 | 10011 | 1001000 |
Color Harmonies of #A9ADC5
Complementary color
Monochromatic Colors of #A9ADC5
Black with #A9ADC5
Text Example
Text Example
White with #A9ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADC5; }
p { color: rgb(169,173,197); }
H1.HeaderClassName
{
color: #A9ADC5;
}
.AnyTagClassName
{
color: #A9ADC5;
}
</style>
background-color css
<style>
a { background-color: #A9ADC5; }
a { background-color: rgb(169,173,197); }
div.DivClassName
{
background-color: #A9ADC5;
}
.BgClassName
{
background-color: #A9ADC5;
}
</style>
border-color css
<style>
span { border-color: #A9ADC5; }
span { border-color: rgb(169,173,197); }
td.TdClassName
{
border-color: #A9ADC5;
}
.TagClassName
{
border-color: #A9ADC5;
}
</style>