Shades of Spindle #AFC6DA
Tints of Spindle #AFC6DA
RGB
CMYK
RGB Variations
Color information
#AFC6DA (or 0xAFC6DA) is known color: Spindle. HEX triplet: AF, C6 and DA. RGB value is (175,198,218). Sum of RGB (Red+Green+Blue) = 175+198+218=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6DA is #503925. Grayscale: #C1C1C1. Windows color (decimal): -5257510 or 14337711. OLE color: 14337711.
HSL color Cylindrical-coordinate representation of color #AFC6DA: hue angle of 207.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC6DA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 198 | 218 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.15 |
| HSL | 207.91º | 0.37% | 0.77% | - |
| HSV(B) | 207.91º | 0.2% | 0.85% | - |
| XYZ | 50.53 | 54.56 | 74.2 | - |
| YUV | 193.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 218 | 0.20 | 0.09 | 0 | 0.15 | 207.91 | 0.37 | 0.77 |
| Hex | AF | C6 | DA | 14 | 9 | 0 | F | D0 | 25 | 4D |
| Octal | 257 | 306 | 332 | 24 | 11 | 0 | 17 | 320 | 45 | 115 |
| Binary | 10101111 | 11000110 | 11011010 | 10100 | 1001 | 0 | 1111 | 11010000 | 100101 | 1001101 |
Color Harmonies of #AFC6DA
Complementary color
Monochromatic Colors of #AFC6DA
Black with #AFC6DA
Text Example
Text Example
White with #AFC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6DA; }
p { color: rgb(175,198,218); }
H1.HeaderClassName
{
color: #AFC6DA;
}
.AnyTagClassName
{
color: #AFC6DA;
}
</style>
background-color css
<style>
a { background-color: #AFC6DA; }
a { background-color: rgb(175,198,218); }
div.DivClassName
{
background-color: #AFC6DA;
}
.BgClassName
{
background-color: #AFC6DA;
}
</style>
border-color css
<style>
span { border-color: #AFC6DA; }
span { border-color: rgb(175,198,218); }
td.TdClassName
{
border-color: #AFC6DA;
}
.TagClassName
{
border-color: #AFC6DA;
}
</style>