Shades of Heather #A9C1CA
Tints of Heather #A9C1CA
RGB
CMYK
RGB Variations
Color information
#A9C1CA (or 0xA9C1CA) is known color: Heather. HEX triplet: A9, C1 and CA. RGB value is (169,193,202). Sum of RGB (Red+Green+Blue) = 169+193+202=564 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.96% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 202 - color contains mainly: blue. Hex color #A9C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C1CA is #563E35. Grayscale: #BABABA. Windows color (decimal): -5652022 or 13287849. OLE color: 13287849.
HSL color Cylindrical-coordinate representation of color #A9C1CA: hue angle of 196.36º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C1CA is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 193 | 202 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.21 |
| HSL | 196.36º | 0.24% | 0.73% | - |
| HSV(B) | 196.36º | 0.16% | 0.79% | - |
| XYZ | 46.09 | 50.84 | 63.26 | - |
| YUV | 186.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 193 | 202 | 0.16 | 0.04 | 0 | 0.21 | 196.36 | 0.24 | 0.73 |
| Hex | A9 | C1 | CA | 10 | 4 | 0 | 15 | C4 | 18 | 49 |
| Octal | 251 | 301 | 312 | 20 | 4 | 0 | 25 | 304 | 30 | 111 |
| Binary | 10101001 | 11000001 | 11001010 | 10000 | 100 | 0 | 10101 | 11000100 | 11000 | 1001001 |
Color Harmonies of #A9C1CA
Complementary color
Monochromatic Colors of #A9C1CA
Black with #A9C1CA
Text Example
Text Example
White with #A9C1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C1CA; }
p { color: rgb(169,193,202); }
H1.HeaderClassName
{
color: #A9C1CA;
}
.AnyTagClassName
{
color: #A9C1CA;
}
</style>
background-color css
<style>
a { background-color: #A9C1CA; }
a { background-color: rgb(169,193,202); }
div.DivClassName
{
background-color: #A9C1CA;
}
.BgClassName
{
background-color: #A9C1CA;
}
</style>
border-color css
<style>
span { border-color: #A9C1CA; }
span { border-color: rgb(169,193,202); }
td.TdClassName
{
border-color: #A9C1CA;
}
.TagClassName
{
border-color: #A9C1CA;
}
</style>