Shades of Spindle #AFBCD3
Tints of Spindle #AFBCD3
RGB
CMYK
RGB Variations
Color information
#AFBCD3 (or 0xAFBCD3) is known color: Spindle. HEX triplet: AF, BC and D3. RGB value is (175,188,211). Sum of RGB (Red+Green+Blue) = 175+188+211=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 211 (82.81% from 255 or 36.76% from 574); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFBCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCD3 is #50432C. Grayscale: #BABABA. Windows color (decimal): -5260077 or 13876399. OLE color: 13876399.
HSL color Cylindrical-coordinate representation of color #AFBCD3: hue angle of 218.33º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBCD3 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 188 | 211 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.17 |
| HSL | 218.33º | 0.29% | 0.76% | - |
| HSV(B) | 218.33º | 0.17% | 0.83% | - |
| XYZ | 47.42 | 49.78 | 68.74 | - |
| YUV | 186.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 211 | 0.17 | 0.11 | 0 | 0.17 | 218.33 | 0.29 | 0.76 |
| Hex | AF | BC | D3 | 11 | B | 0 | 11 | DA | 1D | 4C |
| Octal | 257 | 274 | 323 | 21 | 13 | 0 | 21 | 332 | 35 | 114 |
| Binary | 10101111 | 10111100 | 11010011 | 10001 | 1011 | 0 | 10001 | 11011010 | 11101 | 1001100 |
Color Harmonies of #AFBCD3
Complementary color
Monochromatic Colors of #AFBCD3
Black with #AFBCD3
Text Example
Text Example
White with #AFBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBCD3; }
p { color: rgb(175,188,211); }
H1.HeaderClassName
{
color: #AFBCD3;
}
.AnyTagClassName
{
color: #AFBCD3;
}
</style>
background-color css
<style>
a { background-color: #AFBCD3; }
a { background-color: rgb(175,188,211); }
div.DivClassName
{
background-color: #AFBCD3;
}
.BgClassName
{
background-color: #AFBCD3;
}
</style>
border-color css
<style>
span { border-color: #AFBCD3; }
span { border-color: rgb(175,188,211); }
td.TdClassName
{
border-color: #AFBCD3;
}
.TagClassName
{
border-color: #AFBCD3;
}
</style>