Shades of Heather #AFC5CD
Tints of Heather #AFC5CD
RGB
CMYK
RGB Variations
Color information
#AFC5CD (or 0xAFC5CD) is known color: Heather. HEX triplet: AF, C5 and CD. RGB value is (175,197,205). Sum of RGB (Red+Green+Blue) = 175+197+205=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 197 (77.34% from 255 or 34.14% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFC5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5CD is #503A32. Grayscale: #BFBFBF. Windows color (decimal): -5257779 or 13485487. OLE color: 13485487.
HSL color Cylindrical-coordinate representation of color #AFC5CD: hue angle of 196º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC5CD is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 197 | 205 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.20 |
| HSL | 196º | 0.23% | 0.75% | - |
| HSV(B) | 196º | 0.15% | 0.8% | - |
| XYZ | 48.66 | 53.45 | 65.51 | - |
| YUV | 191.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 205 | 0.15 | 0.04 | 0 | 0.20 | 196 | 0.23 | 0.75 |
| Hex | AF | C5 | CD | F | 4 | 0 | 14 | C4 | 17 | 4B |
| Octal | 257 | 305 | 315 | 17 | 4 | 0 | 24 | 304 | 27 | 113 |
| Binary | 10101111 | 11000101 | 11001101 | 1111 | 100 | 0 | 10100 | 11000100 | 10111 | 1001011 |
Color Harmonies of #AFC5CD
Complementary color
Monochromatic Colors of #AFC5CD
Black with #AFC5CD
Text Example
Text Example
White with #AFC5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5CD; }
p { color: rgb(175,197,205); }
H1.HeaderClassName
{
color: #AFC5CD;
}
.AnyTagClassName
{
color: #AFC5CD;
}
</style>
background-color css
<style>
a { background-color: #AFC5CD; }
a { background-color: rgb(175,197,205); }
div.DivClassName
{
background-color: #AFC5CD;
}
.BgClassName
{
background-color: #AFC5CD;
}
</style>
border-color css
<style>
span { border-color: #AFC5CD; }
span { border-color: rgb(175,197,205); }
td.TdClassName
{
border-color: #AFC5CD;
}
.TagClassName
{
border-color: #AFC5CD;
}
</style>