Shades of Spindle #A6BCD5
Tints of Spindle #A6BCD5
RGB
CMYK
RGB Variations
Color information
#A6BCD5 (or 0xA6BCD5) is known color: Spindle. HEX triplet: A6, BC and D5. RGB value is (166,188,213). Sum of RGB (Red+Green+Blue) = 166+188+213=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BCD5 is #59432A. Grayscale: #B8B8B8. Windows color (decimal): -5849899 or 14007462. OLE color: 14007462.
HSL color Cylindrical-coordinate representation of color #A6BCD5: hue angle of 211.91º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6BCD5 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 188 | 213 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.16 |
| HSL | 211.91º | 0.36% | 0.74% | - |
| HSV(B) | 211.91º | 0.22% | 0.84% | - |
| XYZ | 45.72 | 48.88 | 69.98 | - |
| YUV | 184.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 188 | 213 | 0.22 | 0.12 | 0 | 0.16 | 211.91 | 0.36 | 0.74 |
| Hex | A6 | BC | D5 | 16 | C | 0 | 10 | D4 | 24 | 4A |
| Octal | 246 | 274 | 325 | 26 | 14 | 0 | 20 | 324 | 44 | 112 |
| Binary | 10100110 | 10111100 | 11010101 | 10110 | 1100 | 0 | 10000 | 11010100 | 100100 | 1001010 |
Color Harmonies of #A6BCD5
Complementary color
Monochromatic Colors of #A6BCD5
Black with #A6BCD5
Text Example
Text Example
White with #A6BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BCD5; }
p { color: rgb(166,188,213); }
H1.HeaderClassName
{
color: #A6BCD5;
}
.AnyTagClassName
{
color: #A6BCD5;
}
</style>
background-color css
<style>
a { background-color: #A6BCD5; }
a { background-color: rgb(166,188,213); }
div.DivClassName
{
background-color: #A6BCD5;
}
.BgClassName
{
background-color: #A6BCD5;
}
</style>
border-color css
<style>
span { border-color: #A6BCD5; }
span { border-color: rgb(166,188,213); }
td.TdClassName
{
border-color: #A6BCD5;
}
.TagClassName
{
border-color: #A6BCD5;
}
</style>