Shades of Heather #AFC5CE
Tints of Heather #AFC5CE
RGB
CMYK
RGB Variations
Color information
#AFC5CE (or 0xAFC5CE) is known color: Heather. HEX triplet: AF, C5 and CE. RGB value is (175,197,206). Sum of RGB (Red+Green+Blue) = 175+197+206=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 197 (77.34% from 255 or 34.08% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5CE is #503A31. Grayscale: #BFBFBF. Windows color (decimal): -5257778 or 13551023. OLE color: 13551023.
HSL color Cylindrical-coordinate representation of color #AFC5CE: hue angle of 197.42º degrees, saturation: 0.24, 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 #AFC5CE is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 197 | 206 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.19 |
| HSL | 197.42º | 0.24% | 0.75% | - |
| HSV(B) | 197.42º | 0.15% | 0.81% | - |
| XYZ | 48.79 | 53.5 | 66.15 | - |
| YUV | 191.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 206 | 0.15 | 0.04 | 0 | 0.19 | 197.42 | 0.24 | 0.75 |
| Hex | AF | C5 | CE | F | 4 | 0 | 13 | C5 | 18 | 4B |
| Octal | 257 | 305 | 316 | 17 | 4 | 0 | 23 | 305 | 30 | 113 |
| Binary | 10101111 | 11000101 | 11001110 | 1111 | 100 | 0 | 10011 | 11000101 | 11000 | 1001011 |
Color Harmonies of #AFC5CE
Complementary color
Monochromatic Colors of #AFC5CE
Black with #AFC5CE
Text Example
Text Example
White with #AFC5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5CE; }
p { color: rgb(175,197,206); }
H1.HeaderClassName
{
color: #AFC5CE;
}
.AnyTagClassName
{
color: #AFC5CE;
}
</style>
background-color css
<style>
a { background-color: #AFC5CE; }
a { background-color: rgb(175,197,206); }
div.DivClassName
{
background-color: #AFC5CE;
}
.BgClassName
{
background-color: #AFC5CE;
}
</style>
border-color css
<style>
span { border-color: #AFC5CE; }
span { border-color: rgb(175,197,206); }
td.TdClassName
{
border-color: #AFC5CE;
}
.TagClassName
{
border-color: #AFC5CE;
}
</style>