Shades of Echo Blue #A9B0C7
Tints of Echo Blue #A9B0C7
RGB
CMYK
RGB Variations
Color information
#A9B0C7 (or 0xA9B0C7) is known color: Echo Blue. HEX triplet: A9, B0 and C7. RGB value is (169,176,199). Sum of RGB (Red+Green+Blue) = 169+176+199=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 199 - color contains mainly: blue. Hex color #A9B0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B0C7 is #564F38. Grayscale: #B0B0B0. Windows color (decimal): -5656377 or 13086889. OLE color: 13086889.
HSL color Cylindrical-coordinate representation of color #A9B0C7: hue angle of 226º 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 #A9B0C7 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 176 | 199 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.22 |
| HSL | 226º | 0.21% | 0.72% | - |
| HSV(B) | 226º | 0.15% | 0.78% | - |
| XYZ | 42.2 | 43.61 | 60.23 | - |
| YUV | 176.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 176 | 199 | 0.15 | 0.12 | 0 | 0.22 | 226 | 0.21 | 0.72 |
| Hex | A9 | B0 | C7 | F | C | 0 | 16 | E2 | 15 | 48 |
| Octal | 251 | 260 | 307 | 17 | 14 | 0 | 26 | 342 | 25 | 110 |
| Binary | 10101001 | 10110000 | 11000111 | 1111 | 1100 | 0 | 10110 | 11100010 | 10101 | 1001000 |
Color Harmonies of #A9B0C7
Complementary color
Monochromatic Colors of #A9B0C7
Black with #A9B0C7
Text Example
Text Example
White with #A9B0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B0C7; }
p { color: rgb(169,176,199); }
H1.HeaderClassName
{
color: #A9B0C7;
}
.AnyTagClassName
{
color: #A9B0C7;
}
</style>
background-color css
<style>
a { background-color: #A9B0C7; }
a { background-color: rgb(169,176,199); }
div.DivClassName
{
background-color: #A9B0C7;
}
.BgClassName
{
background-color: #A9B0C7;
}
</style>
border-color css
<style>
span { border-color: #A9B0C7; }
span { border-color: rgb(169,176,199); }
td.TdClassName
{
border-color: #A9B0C7;
}
.TagClassName
{
border-color: #A9B0C7;
}
</style>