Shades of Spindle #AFC6D9
Tints of Spindle #AFC6D9
RGB
CMYK
RGB Variations
Color information
#AFC6D9 (or 0xAFC6D9) is known color: Spindle. HEX triplet: AF, C6 and D9. RGB value is (175,198,217). Sum of RGB (Red+Green+Blue) = 175+198+217=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFC6D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6D9 is #503926. Grayscale: #C1C1C1. Windows color (decimal): -5257511 or 14272175. OLE color: 14272175.
HSL color Cylindrical-coordinate representation of color #AFC6D9: hue angle of 207.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC6D9 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 198 | 217 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.15 |
| HSL | 207.14º | 0.36% | 0.77% | - |
| HSV(B) | 207.14º | 0.19% | 0.85% | - |
| XYZ | 50.4 | 54.51 | 73.51 | - |
| YUV | 193.29 | 141.38 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 217 | 0.19 | 0.09 | 0 | 0.15 | 207.14 | 0.36 | 0.77 |
| Hex | AF | C6 | D9 | 13 | 9 | 0 | F | CF | 24 | 4D |
| Octal | 257 | 306 | 331 | 23 | 11 | 0 | 17 | 317 | 44 | 115 |
| Binary | 10101111 | 11000110 | 11011001 | 10011 | 1001 | 0 | 1111 | 11001111 | 100100 | 1001101 |
Color Harmonies of #AFC6D9
Complementary color
Monochromatic Colors of #AFC6D9
Black with #AFC6D9
Text Example
Text Example
White with #AFC6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6D9; }
p { color: rgb(175,198,217); }
H1.HeaderClassName
{
color: #AFC6D9;
}
.AnyTagClassName
{
color: #AFC6D9;
}
</style>
background-color css
<style>
a { background-color: #AFC6D9; }
a { background-color: rgb(175,198,217); }
div.DivClassName
{
background-color: #AFC6D9;
}
.BgClassName
{
background-color: #AFC6D9;
}
</style>
border-color css
<style>
span { border-color: #AFC6D9; }
span { border-color: rgb(175,198,217); }
td.TdClassName
{
border-color: #AFC6D9;
}
.TagClassName
{
border-color: #AFC6D9;
}
</style>