Shades of Heather #AFC3CF
Tints of Heather #AFC3CF
RGB
CMYK
RGB Variations
Color information
#AFC3CF (or 0xAFC3CF) is known color: Heather. HEX triplet: AF, C3 and CF. RGB value is (175,195,207). Sum of RGB (Red+Green+Blue) = 175+195+207=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFC3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3CF is #503C30. Grayscale: #BEBEBE. Windows color (decimal): -5258289 or 13616047. OLE color: 13616047.
HSL color Cylindrical-coordinate representation of color #AFC3CF: hue angle of 202.5º 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 #AFC3CF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 195 | 207 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.19 |
| HSL | 202.5º | 0.25% | 0.75% | - |
| HSV(B) | 202.5º | 0.15% | 0.81% | - |
| XYZ | 48.46 | 52.65 | 66.64 | - |
| YUV | 190.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 207 | 0.15 | 0.06 | 0 | 0.19 | 202.5 | 0.25 | 0.75 |
| Hex | AF | C3 | CF | F | 6 | 0 | 13 | CA | 19 | 4B |
| Octal | 257 | 303 | 317 | 17 | 6 | 0 | 23 | 312 | 31 | 113 |
| Binary | 10101111 | 11000011 | 11001111 | 1111 | 110 | 0 | 10011 | 11001010 | 11001 | 1001011 |
Color Harmonies of #AFC3CF
Complementary color
Monochromatic Colors of #AFC3CF
Black with #AFC3CF
Text Example
Text Example
White with #AFC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3CF; }
p { color: rgb(175,195,207); }
H1.HeaderClassName
{
color: #AFC3CF;
}
.AnyTagClassName
{
color: #AFC3CF;
}
</style>
background-color css
<style>
a { background-color: #AFC3CF; }
a { background-color: rgb(175,195,207); }
div.DivClassName
{
background-color: #AFC3CF;
}
.BgClassName
{
background-color: #AFC3CF;
}
</style>
border-color css
<style>
span { border-color: #AFC3CF; }
span { border-color: rgb(175,195,207); }
td.TdClassName
{
border-color: #AFC3CF;
}
.TagClassName
{
border-color: #AFC3CF;
}
</style>