Shades of Echo Blue #A9B8CC
Tints of Echo Blue #A9B8CC
RGB
CMYK
RGB Variations
Color information
#A9B8CC (or 0xA9B8CC) is known color: Echo Blue. HEX triplet: A9, B8 and CC. RGB value is (169,184,204). Sum of RGB (Red+Green+Blue) = 169+184+204=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9B8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B8CC is #564733. Grayscale: #B5B5B5. Windows color (decimal): -5654324 or 13416617. OLE color: 13416617.
HSL color Cylindrical-coordinate representation of color #A9B8CC: hue angle of 214.29º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9B8CC is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 184 | 204 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.2 |
| HSL | 214.29º | 0.26% | 0.73% | - |
| HSV(B) | 214.29º | 0.17% | 0.8% | - |
| XYZ | 44.4 | 47.08 | 63.87 | - |
| YUV | 181.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 184 | 204 | 0.17 | 0.10 | 0 | 0.2 | 214.29 | 0.26 | 0.73 |
| Hex | A9 | B8 | CC | 11 | A | 0 | 14 | D6 | 1A | 49 |
| Octal | 251 | 270 | 314 | 21 | 12 | 0 | 24 | 326 | 32 | 111 |
| Binary | 10101001 | 10111000 | 11001100 | 10001 | 1010 | 0 | 10100 | 11010110 | 11010 | 1001001 |
Color Harmonies of #A9B8CC
Complementary color
Monochromatic Colors of #A9B8CC
Black with #A9B8CC
Text Example
Text Example
White with #A9B8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B8CC; }
p { color: rgb(169,184,204); }
H1.HeaderClassName
{
color: #A9B8CC;
}
.AnyTagClassName
{
color: #A9B8CC;
}
</style>
background-color css
<style>
a { background-color: #A9B8CC; }
a { background-color: rgb(169,184,204); }
div.DivClassName
{
background-color: #A9B8CC;
}
.BgClassName
{
background-color: #A9B8CC;
}
</style>
border-color css
<style>
span { border-color: #A9B8CC; }
span { border-color: rgb(169,184,204); }
td.TdClassName
{
border-color: #A9B8CC;
}
.TagClassName
{
border-color: #A9B8CC;
}
</style>