Shades of Spindle #A8BDD0
Tints of Spindle #A8BDD0
RGB
CMYK
RGB Variations
Color information
#A8BDD0 (or 0xA8BDD0) is known color: Spindle. HEX triplet: A8, BD and D0. RGB value is (168,189,208). Sum of RGB (Red+Green+Blue) = 168+189+208=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #A8BDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDD0 is #57422F. Grayscale: #B8B8B8. Windows color (decimal): -5718576 or 13680040. OLE color: 13680040.
HSL color Cylindrical-coordinate representation of color #A8BDD0: hue angle of 208.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8BDD0 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 189 | 208 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.18 |
| HSL | 208.5º | 0.3% | 0.74% | - |
| HSV(B) | 208.5º | 0.19% | 0.82% | - |
| XYZ | 45.73 | 49.27 | 66.78 | - |
| YUV | 184.89 | 141.04 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 189 | 208 | 0.19 | 0.09 | 0 | 0.18 | 208.5 | 0.3 | 0.74 |
| Hex | A8 | BD | D0 | 13 | 9 | 0 | 12 | D0 | 1E | 4A |
| Octal | 250 | 275 | 320 | 23 | 11 | 0 | 22 | 320 | 36 | 112 |
| Binary | 10101000 | 10111101 | 11010000 | 10011 | 1001 | 0 | 10010 | 11010000 | 11110 | 1001010 |
Color Harmonies of #A8BDD0
Complementary color
Monochromatic Colors of #A8BDD0
Black with #A8BDD0
Text Example
Text Example
White with #A8BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BDD0; }
p { color: rgb(168,189,208); }
H1.HeaderClassName
{
color: #A8BDD0;
}
.AnyTagClassName
{
color: #A8BDD0;
}
</style>
background-color css
<style>
a { background-color: #A8BDD0; }
a { background-color: rgb(168,189,208); }
div.DivClassName
{
background-color: #A8BDD0;
}
.BgClassName
{
background-color: #A8BDD0;
}
</style>
border-color css
<style>
span { border-color: #A8BDD0; }
span { border-color: rgb(168,189,208); }
td.TdClassName
{
border-color: #A8BDD0;
}
.TagClassName
{
border-color: #A8BDD0;
}
</style>