Shades of Spindle #A9BCD3
Tints of Spindle #A9BCD3
RGB
CMYK
RGB Variations
Color information
#A9BCD3 (or 0xA9BCD3) is known color: Spindle. HEX triplet: A9, BC and D3. RGB value is (169,188,211). Sum of RGB (Red+Green+Blue) = 169+188+211=568 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.75% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #A9BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCD3 is #56432C. Grayscale: #B8B8B8. Windows color (decimal): -5653293 or 13876393. OLE color: 13876393.
HSL color Cylindrical-coordinate representation of color #A9BCD3: hue angle of 212.86º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A9BCD3 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 188 | 211 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.17 |
| HSL | 212.86º | 0.32% | 0.75% | - |
| HSV(B) | 212.86º | 0.2% | 0.83% | - |
| XYZ | 46.1 | 49.1 | 68.68 | - |
| YUV | 184.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 211 | 0.20 | 0.11 | 0 | 0.17 | 212.86 | 0.32 | 0.75 |
| Hex | A9 | BC | D3 | 14 | B | 0 | 11 | D5 | 20 | 4B |
| Octal | 251 | 274 | 323 | 24 | 13 | 0 | 21 | 325 | 40 | 113 |
| Binary | 10101001 | 10111100 | 11010011 | 10100 | 1011 | 0 | 10001 | 11010101 | 100000 | 1001011 |
Color Harmonies of #A9BCD3
Complementary color
Monochromatic Colors of #A9BCD3
Black with #A9BCD3
Text Example
Text Example
White with #A9BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCD3; }
p { color: rgb(169,188,211); }
H1.HeaderClassName
{
color: #A9BCD3;
}
.AnyTagClassName
{
color: #A9BCD3;
}
</style>
background-color css
<style>
a { background-color: #A9BCD3; }
a { background-color: rgb(169,188,211); }
div.DivClassName
{
background-color: #A9BCD3;
}
.BgClassName
{
background-color: #A9BCD3;
}
</style>
border-color css
<style>
span { border-color: #A9BCD3; }
span { border-color: rgb(169,188,211); }
td.TdClassName
{
border-color: #A9BCD3;
}
.TagClassName
{
border-color: #A9BCD3;
}
</style>