Shades of Spindle #A8C6DA
Tints of Spindle #A8C6DA
RGB
CMYK
RGB Variations
Color information
#A8C6DA (or 0xA8C6DA) is known color: Spindle. HEX triplet: A8, C6 and DA. RGB value is (168,198,218). Sum of RGB (Red+Green+Blue) = 168+198+218=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 198 (77.73% from 255 or 33.90% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #A8C6DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C6DA is #573925. Grayscale: #BFBFBF. Windows color (decimal): -5716262 or 14337704. OLE color: 14337704.
HSL color Cylindrical-coordinate representation of color #A8C6DA: hue angle of 204º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C6DA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 198 | 218 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.15 |
| HSL | 204º | 0.4% | 0.76% | - |
| HSV(B) | 204º | 0.23% | 0.85% | - |
| XYZ | 49 | 53.77 | 74.13 | - |
| YUV | 191.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 218 | 0.23 | 0.09 | 0 | 0.15 | 204 | 0.4 | 0.76 |
| Hex | A8 | C6 | DA | 17 | 9 | 0 | F | CC | 28 | 4C |
| Octal | 250 | 306 | 332 | 27 | 11 | 0 | 17 | 314 | 50 | 114 |
| Binary | 10101000 | 11000110 | 11011010 | 10111 | 1001 | 0 | 1111 | 11001100 | 101000 | 1001100 |
Color Harmonies of #A8C6DA
Complementary color
Monochromatic Colors of #A8C6DA
Black with #A8C6DA
Text Example
Text Example
White with #A8C6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C6DA; }
p { color: rgb(168,198,218); }
H1.HeaderClassName
{
color: #A8C6DA;
}
.AnyTagClassName
{
color: #A8C6DA;
}
</style>
background-color css
<style>
a { background-color: #A8C6DA; }
a { background-color: rgb(168,198,218); }
div.DivClassName
{
background-color: #A8C6DA;
}
.BgClassName
{
background-color: #A8C6DA;
}
</style>
border-color css
<style>
span { border-color: #A8C6DA; }
span { border-color: rgb(168,198,218); }
td.TdClassName
{
border-color: #A8C6DA;
}
.TagClassName
{
border-color: #A8C6DA;
}
</style>