Shades of Spindle #A7C5D8
Tints of Spindle #A7C5D8
RGB
CMYK
RGB Variations
Color information
#A7C5D8 (or 0xA7C5D8) is known color: Spindle. HEX triplet: A7, C5 and D8. RGB value is (167,197,216). Sum of RGB (Red+Green+Blue) = 167+197+216=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 197 (77.34% from 255 or 33.97% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 216 - color contains mainly: blue. Hex color #A7C5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5D8 is #583A27. Grayscale: #BEBEBE. Windows color (decimal): -5782056 or 14206375. OLE color: 14206375.
HSL color Cylindrical-coordinate representation of color #A7C5D8: hue angle of 203.27º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7C5D8 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 197 | 216 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.15 |
| HSL | 203.27º | 0.39% | 0.75% | - |
| HSV(B) | 203.27º | 0.23% | 0.85% | - |
| XYZ | 48.3 | 53.11 | 72.67 | - |
| YUV | 190.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 197 | 216 | 0.23 | 0.09 | 0 | 0.15 | 203.27 | 0.39 | 0.75 |
| Hex | A7 | C5 | D8 | 17 | 9 | 0 | F | CB | 27 | 4B |
| Octal | 247 | 305 | 330 | 27 | 11 | 0 | 17 | 313 | 47 | 113 |
| Binary | 10100111 | 11000101 | 11011000 | 10111 | 1001 | 0 | 1111 | 11001011 | 100111 | 1001011 |
Color Harmonies of #A7C5D8
Complementary color
Monochromatic Colors of #A7C5D8
Black with #A7C5D8
Text Example
Text Example
White with #A7C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7C5D8; }
p { color: rgb(167,197,216); }
H1.HeaderClassName
{
color: #A7C5D8;
}
.AnyTagClassName
{
color: #A7C5D8;
}
</style>
background-color css
<style>
a { background-color: #A7C5D8; }
a { background-color: rgb(167,197,216); }
div.DivClassName
{
background-color: #A7C5D8;
}
.BgClassName
{
background-color: #A7C5D8;
}
</style>
border-color css
<style>
span { border-color: #A7C5D8; }
span { border-color: rgb(167,197,216); }
td.TdClassName
{
border-color: #A7C5D8;
}
.TagClassName
{
border-color: #A7C5D8;
}
</style>