Shades of Heather #AFC6CF
Tints of Heather #AFC6CF
RGB
CMYK
RGB Variations
Color information
#AFC6CF (or 0xAFC6CF) is known color: Heather. HEX triplet: AF, C6 and CF. RGB value is (175,198,207). Sum of RGB (Red+Green+Blue) = 175+198+207=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC6CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6CF is #503930. Grayscale: #C0C0C0. Windows color (decimal): -5257521 or 13616815. OLE color: 13616815.
HSL color Cylindrical-coordinate representation of color #AFC6CF: hue angle of 196.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC6CF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 198 | 207 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.19 |
| HSL | 196.88º | 0.25% | 0.75% | - |
| HSV(B) | 196.88º | 0.15% | 0.81% | - |
| XYZ | 49.14 | 54.01 | 66.87 | - |
| YUV | 192.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 207 | 0.15 | 0.04 | 0 | 0.19 | 196.88 | 0.25 | 0.75 |
| Hex | AF | C6 | CF | F | 4 | 0 | 13 | C5 | 19 | 4B |
| Octal | 257 | 306 | 317 | 17 | 4 | 0 | 23 | 305 | 31 | 113 |
| Binary | 10101111 | 11000110 | 11001111 | 1111 | 100 | 0 | 10011 | 11000101 | 11001 | 1001011 |
Color Harmonies of #AFC6CF
Complementary color
Monochromatic Colors of #AFC6CF
Black with #AFC6CF
Text Example
Text Example
White with #AFC6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6CF; }
p { color: rgb(175,198,207); }
H1.HeaderClassName
{
color: #AFC6CF;
}
.AnyTagClassName
{
color: #AFC6CF;
}
</style>
background-color css
<style>
a { background-color: #AFC6CF; }
a { background-color: rgb(175,198,207); }
div.DivClassName
{
background-color: #AFC6CF;
}
.BgClassName
{
background-color: #AFC6CF;
}
</style>
border-color css
<style>
span { border-color: #AFC6CF; }
span { border-color: rgb(175,198,207); }
td.TdClassName
{
border-color: #AFC6CF;
}
.TagClassName
{
border-color: #AFC6CF;
}
</style>