Shades of Heather #A9C4CD
Tints of Heather #A9C4CD
RGB
CMYK
RGB Variations
Color information
#A9C4CD (or 0xA9C4CD) is known color: Heather. HEX triplet: A9, C4 and CD. RGB value is (169,196,205). Sum of RGB (Red+Green+Blue) = 169+196+205=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 196 (76.95% from 255 or 34.39% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9C4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4CD is #563B32. Grayscale: #BCBCBC. Windows color (decimal): -5651251 or 13485225. OLE color: 13485225.
HSL color Cylindrical-coordinate representation of color #A9C4CD: hue angle of 195º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9C4CD is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 196 | 205 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.20 |
| HSL | 195º | 0.26% | 0.73% | - |
| HSV(B) | 195º | 0.18% | 0.8% | - |
| XYZ | 47.12 | 52.32 | 65.37 | - |
| YUV | 188.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 205 | 0.18 | 0.04 | 0 | 0.20 | 195 | 0.26 | 0.73 |
| Hex | A9 | C4 | CD | 12 | 4 | 0 | 14 | C3 | 1A | 49 |
| Octal | 251 | 304 | 315 | 22 | 4 | 0 | 24 | 303 | 32 | 111 |
| Binary | 10101001 | 11000100 | 11001101 | 10010 | 100 | 0 | 10100 | 11000011 | 11010 | 1001001 |
Color Harmonies of #A9C4CD
Complementary color
Monochromatic Colors of #A9C4CD
Black with #A9C4CD
Text Example
Text Example
White with #A9C4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C4CD; }
p { color: rgb(169,196,205); }
H1.HeaderClassName
{
color: #A9C4CD;
}
.AnyTagClassName
{
color: #A9C4CD;
}
</style>
background-color css
<style>
a { background-color: #A9C4CD; }
a { background-color: rgb(169,196,205); }
div.DivClassName
{
background-color: #A9C4CD;
}
.BgClassName
{
background-color: #A9C4CD;
}
</style>
border-color css
<style>
span { border-color: #A9C4CD; }
span { border-color: rgb(169,196,205); }
td.TdClassName
{
border-color: #A9C4CD;
}
.TagClassName
{
border-color: #A9C4CD;
}
</style>