Shades of Heather #AFC3C8
Tints of Heather #AFC3C8
RGB
CMYK
RGB Variations
Color information
#AFC3C8 (or 0xAFC3C8) is known color: Heather. HEX triplet: AF, C3 and C8. RGB value is (175,195,200). Sum of RGB (Red+Green+Blue) = 175+195+200=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFC3C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3C8 is #503C37. Grayscale: #BDBDBD. Windows color (decimal): -5258296 or 13157295. OLE color: 13157295.
HSL color Cylindrical-coordinate representation of color #AFC3C8: hue angle of 192º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC3C8 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 195 | 200 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.22 |
| HSL | 192º | 0.19% | 0.74% | - |
| HSV(B) | 192º | 0.13% | 0.78% | - |
| XYZ | 47.62 | 52.31 | 62.23 | - |
| YUV | 189.59 | 133.87 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 200 | 0.12 | 0.02 | 0 | 0.22 | 192 | 0.19 | 0.74 |
| Hex | AF | C3 | C8 | C | 2 | 0 | 16 | C0 | 13 | 4A |
| Octal | 257 | 303 | 310 | 14 | 2 | 0 | 26 | 300 | 23 | 112 |
| Binary | 10101111 | 11000011 | 11001000 | 1100 | 10 | 0 | 10110 | 11000000 | 10011 | 1001010 |
Color Harmonies of #AFC3C8
Complementary color
Monochromatic Colors of #AFC3C8
Black with #AFC3C8
Text Example
Text Example
White with #AFC3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3C8; }
p { color: rgb(175,195,200); }
H1.HeaderClassName
{
color: #AFC3C8;
}
.AnyTagClassName
{
color: #AFC3C8;
}
</style>
background-color css
<style>
a { background-color: #AFC3C8; }
a { background-color: rgb(175,195,200); }
div.DivClassName
{
background-color: #AFC3C8;
}
.BgClassName
{
background-color: #AFC3C8;
}
</style>
border-color css
<style>
span { border-color: #AFC3C8; }
span { border-color: rgb(175,195,200); }
td.TdClassName
{
border-color: #AFC3C8;
}
.TagClassName
{
border-color: #AFC3C8;
}
</style>