Shades of Heather #A8C1CD
Tints of Heather #A8C1CD
RGB
CMYK
RGB Variations
Color information
#A8C1CD (or 0xA8C1CD) is known color: Heather. HEX triplet: A8, C1 and CD. RGB value is (168,193,205). Sum of RGB (Red+Green+Blue) = 168+193+205=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1CD is #573E32. Grayscale: #BABABA. Windows color (decimal): -5717555 or 13484456. OLE color: 13484456.
HSL color Cylindrical-coordinate representation of color #A8C1CD: hue angle of 199.46º degrees, saturation: 0.27, 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 #A8C1CD is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 193 | 205 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.20 |
| HSL | 199.46º | 0.27% | 0.73% | - |
| HSV(B) | 199.46º | 0.18% | 0.8% | - |
| XYZ | 46.24 | 50.87 | 65.14 | - |
| YUV | 186.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 205 | 0.18 | 0.06 | 0 | 0.20 | 199.46 | 0.27 | 0.73 |
| Hex | A8 | C1 | CD | 12 | 6 | 0 | 14 | C7 | 1B | 49 |
| Octal | 250 | 301 | 315 | 22 | 6 | 0 | 24 | 307 | 33 | 111 |
| Binary | 10101000 | 11000001 | 11001101 | 10010 | 110 | 0 | 10100 | 11000111 | 11011 | 1001001 |
Color Harmonies of #A8C1CD
Complementary color
Monochromatic Colors of #A8C1CD
Black with #A8C1CD
Text Example
Text Example
White with #A8C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1CD; }
p { color: rgb(168,193,205); }
H1.HeaderClassName
{
color: #A8C1CD;
}
.AnyTagClassName
{
color: #A8C1CD;
}
</style>
background-color css
<style>
a { background-color: #A8C1CD; }
a { background-color: rgb(168,193,205); }
div.DivClassName
{
background-color: #A8C1CD;
}
.BgClassName
{
background-color: #A8C1CD;
}
</style>
border-color css
<style>
span { border-color: #A8C1CD; }
span { border-color: rgb(168,193,205); }
td.TdClassName
{
border-color: #A8C1CD;
}
.TagClassName
{
border-color: #A8C1CD;
}
</style>