Shades of Spindle #A8BDD5
Tints of Spindle #A8BDD5
RGB
CMYK
RGB Variations
Color information
#A8BDD5 (or 0xA8BDD5) is known color: Spindle. HEX triplet: A8, BD and D5. RGB value is (168,189,213). Sum of RGB (Red+Green+Blue) = 168+189+213=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 189 (74.22% from 255 or 33.16% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #A8BDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDD5 is #57422A. Grayscale: #B9B9B9. Windows color (decimal): -5718571 or 14007720. OLE color: 14007720.
HSL color Cylindrical-coordinate representation of color #A8BDD5: hue angle of 212º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BDD5 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 189 | 213 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.16 |
| HSL | 212º | 0.35% | 0.75% | - |
| HSV(B) | 212º | 0.21% | 0.84% | - |
| XYZ | 46.36 | 49.52 | 70.07 | - |
| YUV | 185.46 | 143.54 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 213 | 0.21 | 0.11 | 0 | 0.16 | 212 | 0.35 | 0.75 |
| Hex | A8 | BD | D5 | 15 | B | 0 | 10 | D4 | 23 | 4B |
| Octal | 250 | 275 | 325 | 25 | 13 | 0 | 20 | 324 | 43 | 113 |
| Binary | 10101000 | 10111101 | 11010101 | 10101 | 1011 | 0 | 10000 | 11010100 | 100011 | 1001011 |
Color Harmonies of #A8BDD5
Complementary color
Monochromatic Colors of #A8BDD5
Black with #A8BDD5
Text Example
Text Example
White with #A8BDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDD5; }
p { color: rgb(168,189,213); }
H1.HeaderClassName
{
color: #A8BDD5;
}
.AnyTagClassName
{
color: #A8BDD5;
}
</style>
background-color css
<style>
a { background-color: #A8BDD5; }
a { background-color: rgb(168,189,213); }
div.DivClassName
{
background-color: #A8BDD5;
}
.BgClassName
{
background-color: #A8BDD5;
}
</style>
border-color css
<style>
span { border-color: #A8BDD5; }
span { border-color: rgb(168,189,213); }
td.TdClassName
{
border-color: #A8BDD5;
}
.TagClassName
{
border-color: #A8BDD5;
}
</style>