Shades of Spindle #A7C0D1
Tints of Spindle #A7C0D1
RGB
CMYK
RGB Variations
Color information
#A7C0D1 (or 0xA7C0D1) is known color: Spindle. HEX triplet: A7, C0 and D1. RGB value is (167,192,209). Sum of RGB (Red+Green+Blue) = 167+192+209=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 209 - color contains mainly: blue. Hex color #A7C0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0D1 is #583F2E. Grayscale: #BABABA. Windows color (decimal): -5783343 or 13746343. OLE color: 13746343.
HSL color Cylindrical-coordinate representation of color #A7C0D1: hue angle of 204.29º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A7C0D1 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 192 | 209 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.18 |
| HSL | 204.29º | 0.31% | 0.74% | - |
| HSV(B) | 204.29º | 0.2% | 0.82% | - |
| XYZ | 46.29 | 50.52 | 67.63 | - |
| YUV | 186.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 192 | 209 | 0.20 | 0.08 | 0 | 0.18 | 204.29 | 0.31 | 0.74 |
| Hex | A7 | C0 | D1 | 14 | 8 | 0 | 12 | CC | 1F | 4A |
| Octal | 247 | 300 | 321 | 24 | 10 | 0 | 22 | 314 | 37 | 112 |
| Binary | 10100111 | 11000000 | 11010001 | 10100 | 1000 | 0 | 10010 | 11001100 | 11111 | 1001010 |
Color Harmonies of #A7C0D1
Complementary color
Monochromatic Colors of #A7C0D1
Black with #A7C0D1
Text Example
Text Example
White with #A7C0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C0D1; }
p { color: rgb(167,192,209); }
H1.HeaderClassName
{
color: #A7C0D1;
}
.AnyTagClassName
{
color: #A7C0D1;
}
</style>
background-color css
<style>
a { background-color: #A7C0D1; }
a { background-color: rgb(167,192,209); }
div.DivClassName
{
background-color: #A7C0D1;
}
.BgClassName
{
background-color: #A7C0D1;
}
</style>
border-color css
<style>
span { border-color: #A7C0D1; }
span { border-color: rgb(167,192,209); }
td.TdClassName
{
border-color: #A7C0D1;
}
.TagClassName
{
border-color: #A7C0D1;
}
</style>