Shades of Spindle #ACC6D5
Tints of Spindle #ACC6D5
RGB
CMYK
RGB Variations
Color information
#ACC6D5 (or 0xACC6D5) is known color: Spindle. HEX triplet: AC, C6 and D5. RGB value is (172,198,213). Sum of RGB (Red+Green+Blue) = 172+198+213=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACC6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6D5 is #53392A. Grayscale: #BFBFBF. Windows color (decimal): -5454123 or 14010028. OLE color: 14010028.
HSL color Cylindrical-coordinate representation of color #ACC6D5: hue angle of 201.95º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACC6D5 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 198 | 213 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.16 |
| HSL | 201.95º | 0.33% | 0.75% | - |
| HSV(B) | 201.95º | 0.19% | 0.84% | - |
| XYZ | 49.22 | 53.96 | 70.77 | - |
| YUV | 191.94 | 139.89 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 198 | 213 | 0.19 | 0.07 | 0 | 0.16 | 201.95 | 0.33 | 0.75 |
| Hex | AC | C6 | D5 | 13 | 7 | 0 | 10 | CA | 21 | 4B |
| Octal | 254 | 306 | 325 | 23 | 7 | 0 | 20 | 312 | 41 | 113 |
| Binary | 10101100 | 11000110 | 11010101 | 10011 | 111 | 0 | 10000 | 11001010 | 100001 | 1001011 |
Color Harmonies of #ACC6D5
Complementary color
Monochromatic Colors of #ACC6D5
Black with #ACC6D5
Text Example
Text Example
White with #ACC6D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6D5; }
p { color: rgb(172,198,213); }
H1.HeaderClassName
{
color: #ACC6D5;
}
.AnyTagClassName
{
color: #ACC6D5;
}
</style>
background-color css
<style>
a { background-color: #ACC6D5; }
a { background-color: rgb(172,198,213); }
div.DivClassName
{
background-color: #ACC6D5;
}
.BgClassName
{
background-color: #ACC6D5;
}
</style>
border-color css
<style>
span { border-color: #ACC6D5; }
span { border-color: rgb(172,198,213); }
td.TdClassName
{
border-color: #ACC6D5;
}
.TagClassName
{
border-color: #ACC6D5;
}
</style>