Shades of Spindle #A8C1D1
Tints of Spindle #A8C1D1
RGB
CMYK
RGB Variations
Color information
#A8C1D1 (or 0xA8C1D1) is known color: Spindle. HEX triplet: A8, C1 and D1. RGB value is (168,193,209). Sum of RGB (Red+Green+Blue) = 168+193+209=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 209 (82.03% from 255 or 36.67% from 570); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8C1D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1D1 is #573E2E. Grayscale: #BBBBBB. Windows color (decimal): -5717551 or 13746600. OLE color: 13746600.
HSL color Cylindrical-coordinate representation of color #A8C1D1: hue angle of 203.41º 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 #A8C1D1 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 193 | 209 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.18 |
| HSL | 203.41º | 0.31% | 0.74% | - |
| HSV(B) | 203.41º | 0.2% | 0.82% | - |
| XYZ | 46.73 | 51.07 | 67.72 | - |
| YUV | 187.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 209 | 0.20 | 0.08 | 0 | 0.18 | 203.41 | 0.31 | 0.74 |
| Hex | A8 | C1 | D1 | 14 | 8 | 0 | 12 | CB | 1F | 4A |
| Octal | 250 | 301 | 321 | 24 | 10 | 0 | 22 | 313 | 37 | 112 |
| Binary | 10101000 | 11000001 | 11010001 | 10100 | 1000 | 0 | 10010 | 11001011 | 11111 | 1001010 |
Color Harmonies of #A8C1D1
Complementary color
Monochromatic Colors of #A8C1D1
Black with #A8C1D1
Text Example
Text Example
White with #A8C1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C1D1; }
p { color: rgb(168,193,209); }
H1.HeaderClassName
{
color: #A8C1D1;
}
.AnyTagClassName
{
color: #A8C1D1;
}
</style>
background-color css
<style>
a { background-color: #A8C1D1; }
a { background-color: rgb(168,193,209); }
div.DivClassName
{
background-color: #A8C1D1;
}
.BgClassName
{
background-color: #A8C1D1;
}
</style>
border-color css
<style>
span { border-color: #A8C1D1; }
span { border-color: rgb(168,193,209); }
td.TdClassName
{
border-color: #A8C1D1;
}
.TagClassName
{
border-color: #A8C1D1;
}
</style>