Shades of Echo Blue #A9B5C5
Tints of Echo Blue #A9B5C5
RGB
CMYK
RGB Variations
Color information
#A9B5C5 (or 0xA9B5C5) is known color: Echo Blue. HEX triplet: A9, B5 and C5. RGB value is (169,181,197). Sum of RGB (Red+Green+Blue) = 169+181+197=547 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.90% from 547); Green value is 181 (71.09% from 255 or 33.09% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 197 - color contains mainly: blue. Hex color #A9B5C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5C5 is #564A3A. Grayscale: #B3B3B3. Windows color (decimal): -5655099 or 12957097. OLE color: 12957097.
HSL color Cylindrical-coordinate representation of color #A9B5C5: hue angle of 214.29º 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 #A9B5C5 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 181 | 197 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.23 |
| HSL | 214.29º | 0.19% | 0.72% | - |
| HSV(B) | 214.29º | 0.14% | 0.77% | - |
| XYZ | 42.96 | 45.51 | 59.34 | - |
| YUV | 179.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 181 | 197 | 0.14 | 0.08 | 0 | 0.23 | 214.29 | 0.19 | 0.72 |
| Hex | A9 | B5 | C5 | E | 8 | 0 | 17 | D6 | 13 | 48 |
| Octal | 251 | 265 | 305 | 16 | 10 | 0 | 27 | 326 | 23 | 110 |
| Binary | 10101001 | 10110101 | 11000101 | 1110 | 1000 | 0 | 10111 | 11010110 | 10011 | 1001000 |
Color Harmonies of #A9B5C5
Complementary color
Monochromatic Colors of #A9B5C5
Black with #A9B5C5
Text Example
Text Example
White with #A9B5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B5C5; }
p { color: rgb(169,181,197); }
H1.HeaderClassName
{
color: #A9B5C5;
}
.AnyTagClassName
{
color: #A9B5C5;
}
</style>
background-color css
<style>
a { background-color: #A9B5C5; }
a { background-color: rgb(169,181,197); }
div.DivClassName
{
background-color: #A9B5C5;
}
.BgClassName
{
background-color: #A9B5C5;
}
</style>
border-color css
<style>
span { border-color: #A9B5C5; }
span { border-color: rgb(169,181,197); }
td.TdClassName
{
border-color: #A9B5C5;
}
.TagClassName
{
border-color: #A9B5C5;
}
</style>