Shades of Spindle #A7C0D7
Tints of Spindle #A7C0D7
RGB
CMYK
RGB Variations
Color information
#A7C0D7 (or 0xA7C0D7) is known color: Spindle. HEX triplet: A7, C0 and D7. RGB value is (167,192,215). Sum of RGB (Red+Green+Blue) = 167+192+215=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 215 - color contains mainly: blue. Hex color #A7C0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0D7 is #583F28. Grayscale: #BBBBBB. Windows color (decimal): -5783337 or 14139559. OLE color: 14139559.
HSL color Cylindrical-coordinate representation of color #A7C0D7: hue angle of 208.75º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A7C0D7 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 192 | 215 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.16 |
| HSL | 208.75º | 0.38% | 0.75% | - |
| HSV(B) | 208.75º | 0.22% | 0.84% | - |
| XYZ | 47.05 | 50.82 | 71.62 | - |
| YUV | 187.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 215 | 0.22 | 0.11 | 0 | 0.16 | 208.75 | 0.38 | 0.75 |
| Hex | A7 | C0 | D7 | 16 | B | 0 | 10 | D1 | 26 | 4B |
| Octal | 247 | 300 | 327 | 26 | 13 | 0 | 20 | 321 | 46 | 113 |
| Binary | 10100111 | 11000000 | 11010111 | 10110 | 1011 | 0 | 10000 | 11010001 | 100110 | 1001011 |
Color Harmonies of #A7C0D7
Complementary color
Monochromatic Colors of #A7C0D7
Black with #A7C0D7
Text Example
Text Example
White with #A7C0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C0D7; }
p { color: rgb(167,192,215); }
H1.HeaderClassName
{
color: #A7C0D7;
}
.AnyTagClassName
{
color: #A7C0D7;
}
</style>
background-color css
<style>
a { background-color: #A7C0D7; }
a { background-color: rgb(167,192,215); }
div.DivClassName
{
background-color: #A7C0D7;
}
.BgClassName
{
background-color: #A7C0D7;
}
</style>
border-color css
<style>
span { border-color: #A7C0D7; }
span { border-color: rgb(167,192,215); }
td.TdClassName
{
border-color: #A7C0D7;
}
.TagClassName
{
border-color: #A7C0D7;
}
</style>