Shades of Spindle #A8BCD5
Tints of Spindle #A8BCD5
RGB
CMYK
RGB Variations
Color information
#A8BCD5 (or 0xA8BCD5) is known color: Spindle. HEX triplet: A8, BC and D5. RGB value is (168,188,213). Sum of RGB (Red+Green+Blue) = 168+188+213=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8BCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCD5 is #57432A. Grayscale: #B8B8B8. Windows color (decimal): -5718827 or 14007464. OLE color: 14007464.
HSL color Cylindrical-coordinate representation of color #A8BCD5: hue angle of 213.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BCD5 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 188 | 213 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.16 |
| HSL | 213.33º | 0.35% | 0.75% | - |
| HSV(B) | 213.33º | 0.21% | 0.84% | - |
| XYZ | 46.14 | 49.1 | 70 | - |
| YUV | 184.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 213 | 0.21 | 0.12 | 0 | 0.16 | 213.33 | 0.35 | 0.75 |
| Hex | A8 | BC | D5 | 15 | C | 0 | 10 | D5 | 23 | 4B |
| Octal | 250 | 274 | 325 | 25 | 14 | 0 | 20 | 325 | 43 | 113 |
| Binary | 10101000 | 10111100 | 11010101 | 10101 | 1100 | 0 | 10000 | 11010101 | 100011 | 1001011 |
Color Harmonies of #A8BCD5
Complementary color
Monochromatic Colors of #A8BCD5
Black with #A8BCD5
Text Example
Text Example
White with #A8BCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BCD5; }
p { color: rgb(168,188,213); }
H1.HeaderClassName
{
color: #A8BCD5;
}
.AnyTagClassName
{
color: #A8BCD5;
}
</style>
background-color css
<style>
a { background-color: #A8BCD5; }
a { background-color: rgb(168,188,213); }
div.DivClassName
{
background-color: #A8BCD5;
}
.BgClassName
{
background-color: #A8BCD5;
}
</style>
border-color css
<style>
span { border-color: #A8BCD5; }
span { border-color: rgb(168,188,213); }
td.TdClassName
{
border-color: #A8BCD5;
}
.TagClassName
{
border-color: #A8BCD5;
}
</style>