Shades of Spindle #AFBCD6
Tints of Spindle #AFBCD6
RGB
CMYK
RGB Variations
Color information
#AFBCD6 (or 0xAFBCD6) is known color: Spindle. HEX triplet: AF, BC and D6. RGB value is (175,188,214). Sum of RGB (Red+Green+Blue) = 175+188+214=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFBCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD6 is #504329. Grayscale: #BABABA. Windows color (decimal): -5260074 or 14073007. OLE color: 14073007.
HSL color Cylindrical-coordinate representation of color #AFBCD6: hue angle of 220º degrees, saturation: 0.32, 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 #AFBCD6 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 188 | 214 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.16 |
| HSL | 220º | 0.32% | 0.76% | - |
| HSV(B) | 220º | 0.18% | 0.84% | - |
| XYZ | 47.8 | 49.94 | 70.74 | - |
| YUV | 187.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 214 | 0.18 | 0.12 | 0 | 0.16 | 220 | 0.32 | 0.76 |
| Hex | AF | BC | D6 | 12 | C | 0 | 10 | DC | 20 | 4C |
| Octal | 257 | 274 | 326 | 22 | 14 | 0 | 20 | 334 | 40 | 114 |
| Binary | 10101111 | 10111100 | 11010110 | 10010 | 1100 | 0 | 10000 | 11011100 | 100000 | 1001100 |
Color Harmonies of #AFBCD6
Complementary color
Monochromatic Colors of #AFBCD6
Black with #AFBCD6
Text Example
Text Example
White with #AFBCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCD6; }
p { color: rgb(175,188,214); }
H1.HeaderClassName
{
color: #AFBCD6;
}
.AnyTagClassName
{
color: #AFBCD6;
}
</style>
background-color css
<style>
a { background-color: #AFBCD6; }
a { background-color: rgb(175,188,214); }
div.DivClassName
{
background-color: #AFBCD6;
}
.BgClassName
{
background-color: #AFBCD6;
}
</style>
border-color css
<style>
span { border-color: #AFBCD6; }
span { border-color: rgb(175,188,214); }
td.TdClassName
{
border-color: #AFBCD6;
}
.TagClassName
{
border-color: #AFBCD6;
}
</style>