Shades of Spindle #A9C7DB
Tints of Spindle #A9C7DB
RGB
CMYK
RGB Variations
Color information
#A9C7DB (or 0xA9C7DB) is known color: Spindle. HEX triplet: A9, C7 and DB. RGB value is (169,199,219). Sum of RGB (Red+Green+Blue) = 169+199+219=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #A9C7DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C7DB is #563824. Grayscale: #C0C0C0. Windows color (decimal): -5650469 or 14403497. OLE color: 14403497.
HSL color Cylindrical-coordinate representation of color #A9C7DB: hue angle of 204º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C7DB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 199 | 219 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.14 |
| HSL | 204º | 0.41% | 0.76% | - |
| HSV(B) | 204º | 0.23% | 0.86% | - |
| XYZ | 49.57 | 54.4 | 74.9 | - |
| YUV | 192.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 199 | 219 | 0.23 | 0.09 | 0 | 0.14 | 204 | 0.41 | 0.76 |
| Hex | A9 | C7 | DB | 17 | 9 | 0 | E | CC | 29 | 4C |
| Octal | 251 | 307 | 333 | 27 | 11 | 0 | 16 | 314 | 51 | 114 |
| Binary | 10101001 | 11000111 | 11011011 | 10111 | 1001 | 0 | 1110 | 11001100 | 101001 | 1001100 |
Color Harmonies of #A9C7DB
Complementary color
Monochromatic Colors of #A9C7DB
Black with #A9C7DB
Text Example
Text Example
White with #A9C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C7DB; }
p { color: rgb(169,199,219); }
H1.HeaderClassName
{
color: #A9C7DB;
}
.AnyTagClassName
{
color: #A9C7DB;
}
</style>
background-color css
<style>
a { background-color: #A9C7DB; }
a { background-color: rgb(169,199,219); }
div.DivClassName
{
background-color: #A9C7DB;
}
.BgClassName
{
background-color: #A9C7DB;
}
</style>
border-color css
<style>
span { border-color: #A9C7DB; }
span { border-color: rgb(169,199,219); }
td.TdClassName
{
border-color: #A9C7DB;
}
.TagClassName
{
border-color: #A9C7DB;
}
</style>