Shades of Heather #AFC3CC
Tints of Heather #AFC3CC
RGB
CMYK
RGB Variations
Color information
#AFC3CC (or 0xAFC3CC) is known color: Heather. HEX triplet: AF, C3 and CC. RGB value is (175,195,204). Sum of RGB (Red+Green+Blue) = 175+195+204=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3CC is #503C33. Grayscale: #BDBDBD. Windows color (decimal): -5258292 or 13419439. OLE color: 13419439.
HSL color Cylindrical-coordinate representation of color #AFC3CC: hue angle of 198.62º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC3CC is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 195 | 204 | - |
| CMYK | 0.14 | 0.04 | 0 | 0.2 |
| HSL | 198.62º | 0.22% | 0.74% | - |
| HSV(B) | 198.62º | 0.14% | 0.8% | - |
| XYZ | 48.09 | 52.5 | 64.73 | - |
| YUV | 190.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 204 | 0.14 | 0.04 | 0 | 0.2 | 198.62 | 0.22 | 0.74 |
| Hex | AF | C3 | CC | E | 4 | 0 | 14 | C7 | 16 | 4A |
| Octal | 257 | 303 | 314 | 16 | 4 | 0 | 24 | 307 | 26 | 112 |
| Binary | 10101111 | 11000011 | 11001100 | 1110 | 100 | 0 | 10100 | 11000111 | 10110 | 1001010 |
Color Harmonies of #AFC3CC
Complementary color
Monochromatic Colors of #AFC3CC
Black with #AFC3CC
Text Example
Text Example
White with #AFC3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC3CC; }
p { color: rgb(175,195,204); }
H1.HeaderClassName
{
color: #AFC3CC;
}
.AnyTagClassName
{
color: #AFC3CC;
}
</style>
background-color css
<style>
a { background-color: #AFC3CC; }
a { background-color: rgb(175,195,204); }
div.DivClassName
{
background-color: #AFC3CC;
}
.BgClassName
{
background-color: #AFC3CC;
}
</style>
border-color css
<style>
span { border-color: #AFC3CC; }
span { border-color: rgb(175,195,204); }
td.TdClassName
{
border-color: #AFC3CC;
}
.TagClassName
{
border-color: #AFC3CC;
}
</style>