Shades of Echo Blue #A9B1C8
Tints of Echo Blue #A9B1C8
RGB
CMYK
RGB Variations
Color information
#A9B1C8 (or 0xA9B1C8) is known color: Echo Blue. HEX triplet: A9, B1 and C8. RGB value is (169,177,200). Sum of RGB (Red+Green+Blue) = 169+177+200=546 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.95% from 546); Green value is 177 (69.53% from 255 or 32.42% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 200 - color contains mainly: blue. Hex color #A9B1C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9B1C8 is #564E37. Grayscale: #B1B1B1. Windows color (decimal): -5656120 or 13152681. OLE color: 13152681.
HSL color Cylindrical-coordinate representation of color #A9B1C8: hue angle of 224.52º degrees, saturation: 0.22, 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 #A9B1C8 is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 177 | 200 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.22 |
| HSL | 224.52º | 0.22% | 0.72% | - |
| HSV(B) | 224.52º | 0.16% | 0.78% | - |
| XYZ | 42.51 | 44.05 | 60.91 | - |
| YUV | 177.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 200 | 0.16 | 0.12 | 0 | 0.22 | 224.52 | 0.22 | 0.72 |
| Hex | A9 | B1 | C8 | 10 | C | 0 | 16 | E1 | 16 | 48 |
| Octal | 251 | 261 | 310 | 20 | 14 | 0 | 26 | 341 | 26 | 110 |
| Binary | 10101001 | 10110001 | 11001000 | 10000 | 1100 | 0 | 10110 | 11100001 | 10110 | 1001000 |
Color Harmonies of #A9B1C8
Complementary color
Monochromatic Colors of #A9B1C8
Black with #A9B1C8
Text Example
Text Example
White with #A9B1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B1C8; }
p { color: rgb(169,177,200); }
H1.HeaderClassName
{
color: #A9B1C8;
}
.AnyTagClassName
{
color: #A9B1C8;
}
</style>
background-color css
<style>
a { background-color: #A9B1C8; }
a { background-color: rgb(169,177,200); }
div.DivClassName
{
background-color: #A9B1C8;
}
.BgClassName
{
background-color: #A9B1C8;
}
</style>
border-color css
<style>
span { border-color: #A9B1C8; }
span { border-color: rgb(169,177,200); }
td.TdClassName
{
border-color: #A9B1C8;
}
.TagClassName
{
border-color: #A9B1C8;
}
</style>