Shades of Spindle #AFC1D0
Tints of Spindle #AFC1D0
RGB
CMYK
RGB Variations
Color information
#AFC1D0 (or 0xAFC1D0) is known color: Spindle. HEX triplet: AF, C1 and D0. RGB value is (175,193,208). Sum of RGB (Red+Green+Blue) = 175+193+208=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFC1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1D0 is #503E2F. Grayscale: #BDBDBD. Windows color (decimal): -5258800 or 13681071. OLE color: 13681071.
HSL color Cylindrical-coordinate representation of color #AFC1D0: hue angle of 207.27º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC1D0 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 193 | 208 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.18 |
| HSL | 207.27º | 0.26% | 0.75% | - |
| HSV(B) | 207.27º | 0.16% | 0.82% | - |
| XYZ | 48.13 | 51.81 | 67.14 | - |
| YUV | 189.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 208 | 0.16 | 0.07 | 0 | 0.18 | 207.27 | 0.26 | 0.75 |
| Hex | AF | C1 | D0 | 10 | 7 | 0 | 12 | CF | 1A | 4B |
| Octal | 257 | 301 | 320 | 20 | 7 | 0 | 22 | 317 | 32 | 113 |
| Binary | 10101111 | 11000001 | 11010000 | 10000 | 111 | 0 | 10010 | 11001111 | 11010 | 1001011 |
Color Harmonies of #AFC1D0
Complementary color
Monochromatic Colors of #AFC1D0
Black with #AFC1D0
Text Example
Text Example
White with #AFC1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1D0; }
p { color: rgb(175,193,208); }
H1.HeaderClassName
{
color: #AFC1D0;
}
.AnyTagClassName
{
color: #AFC1D0;
}
</style>
background-color css
<style>
a { background-color: #AFC1D0; }
a { background-color: rgb(175,193,208); }
div.DivClassName
{
background-color: #AFC1D0;
}
.BgClassName
{
background-color: #AFC1D0;
}
</style>
border-color css
<style>
span { border-color: #AFC1D0; }
span { border-color: rgb(175,193,208); }
td.TdClassName
{
border-color: #AFC1D0;
}
.TagClassName
{
border-color: #AFC1D0;
}
</style>