Shades of Heather #AFC1C9
Tints of Heather #AFC1C9
RGB
CMYK
RGB Variations
Color information
#AFC1C9 (or 0xAFC1C9) is known color: Heather. HEX triplet: AF, C1 and C9. RGB value is (175,193,201). Sum of RGB (Red+Green+Blue) = 175+193+201=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #AFC1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1C9 is #503E36. Grayscale: #BCBCBC. Windows color (decimal): -5258807 or 13222319. OLE color: 13222319.
HSL color Cylindrical-coordinate representation of color #AFC1C9: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFC1C9 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 193 | 201 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.21 |
| HSL | 198.46º | 0.19% | 0.74% | - |
| HSV(B) | 198.46º | 0.13% | 0.79% | - |
| XYZ | 47.29 | 51.47 | 62.7 | - |
| YUV | 188.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 201 | 0.13 | 0.04 | 0 | 0.21 | 198.46 | 0.19 | 0.74 |
| Hex | AF | C1 | C9 | D | 4 | 0 | 15 | C6 | 13 | 4A |
| Octal | 257 | 301 | 311 | 15 | 4 | 0 | 25 | 306 | 23 | 112 |
| Binary | 10101111 | 11000001 | 11001001 | 1101 | 100 | 0 | 10101 | 11000110 | 10011 | 1001010 |
Color Harmonies of #AFC1C9
Complementary color
Monochromatic Colors of #AFC1C9
Black with #AFC1C9
Text Example
Text Example
White with #AFC1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1C9; }
p { color: rgb(175,193,201); }
H1.HeaderClassName
{
color: #AFC1C9;
}
.AnyTagClassName
{
color: #AFC1C9;
}
</style>
background-color css
<style>
a { background-color: #AFC1C9; }
a { background-color: rgb(175,193,201); }
div.DivClassName
{
background-color: #AFC1C9;
}
.BgClassName
{
background-color: #AFC1C9;
}
</style>
border-color css
<style>
span { border-color: #AFC1C9; }
span { border-color: rgb(175,193,201); }
td.TdClassName
{
border-color: #AFC1C9;
}
.TagClassName
{
border-color: #AFC1C9;
}
</style>