Shades of Echo Blue #A9ADC4
Tints of Echo Blue #A9ADC4
RGB
CMYK
RGB Variations
Color information
#A9ADC4 (or 0xA9ADC4) is known color: Echo Blue. HEX triplet: A9, AD and C4. RGB value is (169,173,196). Sum of RGB (Red+Green+Blue) = 169+173+196=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 173 (67.97% from 255 or 32.16% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 196 - color contains mainly: blue. Hex color #A9ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ADC4 is #56523B. Grayscale: #AEAEAE. Windows color (decimal): -5657148 or 12889513. OLE color: 12889513.
HSL color Cylindrical-coordinate representation of color #A9ADC4: hue angle of 231.11º 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 #A9ADC4 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 173 | 196 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.23 |
| HSL | 231.11º | 0.19% | 0.72% | - |
| HSV(B) | 231.11º | 0.14% | 0.77% | - |
| XYZ | 41.27 | 42.31 | 58.22 | - |
| YUV | 174.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 173 | 196 | 0.14 | 0.12 | 0 | 0.23 | 231.11 | 0.19 | 0.72 |
| Hex | A9 | AD | C4 | E | C | 0 | 17 | E7 | 13 | 48 |
| Octal | 251 | 255 | 304 | 16 | 14 | 0 | 27 | 347 | 23 | 110 |
| Binary | 10101001 | 10101101 | 11000100 | 1110 | 1100 | 0 | 10111 | 11100111 | 10011 | 1001000 |
Color Harmonies of #A9ADC4
Complementary color
Monochromatic Colors of #A9ADC4
Black with #A9ADC4
Text Example
Text Example
White with #A9ADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ADC4; }
p { color: rgb(169,173,196); }
H1.HeaderClassName
{
color: #A9ADC4;
}
.AnyTagClassName
{
color: #A9ADC4;
}
</style>
background-color css
<style>
a { background-color: #A9ADC4; }
a { background-color: rgb(169,173,196); }
div.DivClassName
{
background-color: #A9ADC4;
}
.BgClassName
{
background-color: #A9ADC4;
}
</style>
border-color css
<style>
span { border-color: #A9ADC4; }
span { border-color: rgb(169,173,196); }
td.TdClassName
{
border-color: #A9ADC4;
}
.TagClassName
{
border-color: #A9ADC4;
}
</style>