Shades of Spindle #AFC7DA
Tints of Spindle #AFC7DA
RGB
CMYK
RGB Variations
Color information
#AFC7DA (or 0xAFC7DA) is known color: Spindle. HEX triplet: AF, C7 and DA. RGB value is (175,199,218). Sum of RGB (Red+Green+Blue) = 175+199+218=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7DA is #503825. Grayscale: #C1C1C1. Windows color (decimal): -5257254 or 14337967. OLE color: 14337967.
HSL color Cylindrical-coordinate representation of color #AFC7DA: hue angle of 206.51º 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 #AFC7DA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 199 | 218 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.15 |
| HSL | 206.51º | 0.37% | 0.77% | - |
| HSV(B) | 206.51º | 0.2% | 0.85% | - |
| XYZ | 50.76 | 55.02 | 74.27 | - |
| YUV | 193.99 | 141.55 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 218 | 0.20 | 0.09 | 0 | 0.15 | 206.51 | 0.37 | 0.77 |
| Hex | AF | C7 | DA | 14 | 9 | 0 | F | CF | 25 | 4D |
| Octal | 257 | 307 | 332 | 24 | 11 | 0 | 17 | 317 | 45 | 115 |
| Binary | 10101111 | 11000111 | 11011010 | 10100 | 1001 | 0 | 1111 | 11001111 | 100101 | 1001101 |
Color Harmonies of #AFC7DA
Complementary color
Monochromatic Colors of #AFC7DA
Black with #AFC7DA
Text Example
Text Example
White with #AFC7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7DA; }
p { color: rgb(175,199,218); }
H1.HeaderClassName
{
color: #AFC7DA;
}
.AnyTagClassName
{
color: #AFC7DA;
}
</style>
background-color css
<style>
a { background-color: #AFC7DA; }
a { background-color: rgb(175,199,218); }
div.DivClassName
{
background-color: #AFC7DA;
}
.BgClassName
{
background-color: #AFC7DA;
}
</style>
border-color css
<style>
span { border-color: #AFC7DA; }
span { border-color: rgb(175,199,218); }
td.TdClassName
{
border-color: #AFC7DA;
}
.TagClassName
{
border-color: #AFC7DA;
}
</style>