Shades of Spindle #AFC8D5
Tints of Spindle #AFC8D5
RGB
CMYK
RGB Variations
Color information
#AFC8D5 (or 0xAFC8D5) is known color: Spindle. HEX triplet: AF, C8 and D5. RGB value is (175,200,213). Sum of RGB (Red+Green+Blue) = 175+200+213=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 213 - color contains mainly: blue. Hex color #AFC8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8D5 is #50372A. Grayscale: #C1C1C1. Windows color (decimal): -5257003 or 14010543. OLE color: 14010543.
HSL color Cylindrical-coordinate representation of color #AFC8D5: hue angle of 200.53º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC8D5 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 200 | 213 | - |
| CMYK | 0.18 | 0.06 | 0 | 0.16 |
| HSL | 200.53º | 0.31% | 0.76% | - |
| HSV(B) | 200.53º | 0.18% | 0.84% | - |
| XYZ | 50.34 | 55.23 | 70.96 | - |
| YUV | 194.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 213 | 0.18 | 0.06 | 0 | 0.16 | 200.53 | 0.31 | 0.76 |
| Hex | AF | C8 | D5 | 12 | 6 | 0 | 10 | C9 | 1F | 4C |
| Octal | 257 | 310 | 325 | 22 | 6 | 0 | 20 | 311 | 37 | 114 |
| Binary | 10101111 | 11001000 | 11010101 | 10010 | 110 | 0 | 10000 | 11001001 | 11111 | 1001100 |
Color Harmonies of #AFC8D5
Complementary color
Monochromatic Colors of #AFC8D5
Black with #AFC8D5
Text Example
Text Example
White with #AFC8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8D5; }
p { color: rgb(175,200,213); }
H1.HeaderClassName
{
color: #AFC8D5;
}
.AnyTagClassName
{
color: #AFC8D5;
}
</style>
background-color css
<style>
a { background-color: #AFC8D5; }
a { background-color: rgb(175,200,213); }
div.DivClassName
{
background-color: #AFC8D5;
}
.BgClassName
{
background-color: #AFC8D5;
}
</style>
border-color css
<style>
span { border-color: #AFC8D5; }
span { border-color: rgb(175,200,213); }
td.TdClassName
{
border-color: #AFC8D5;
}
.TagClassName
{
border-color: #AFC8D5;
}
</style>