Shades of Spindle #ACC5D8
Tints of Spindle #ACC5D8
RGB
CMYK
RGB Variations
Color information
#ACC5D8 (or 0xACC5D8) is known color: Spindle. HEX triplet: AC, C5 and D8. RGB value is (172,197,216). Sum of RGB (Red+Green+Blue) = 172+197+216=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #ACC5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5D8 is #533A27. Grayscale: #BFBFBF. Windows color (decimal): -5454376 or 14206380. OLE color: 14206380.
HSL color Cylindrical-coordinate representation of color #ACC5D8: hue angle of 205.91º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC5D8 is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 197 | 216 | - |
| CMYK | 0.20 | 0.09 | 0 | 0.15 |
| HSL | 205.91º | 0.36% | 0.76% | - |
| HSV(B) | 205.91º | 0.2% | 0.85% | - |
| XYZ | 49.37 | 53.66 | 72.72 | - |
| YUV | 191.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 216 | 0.20 | 0.09 | 0 | 0.15 | 205.91 | 0.36 | 0.76 |
| Hex | AC | C5 | D8 | 14 | 9 | 0 | F | CE | 24 | 4C |
| Octal | 254 | 305 | 330 | 24 | 11 | 0 | 17 | 316 | 44 | 114 |
| Binary | 10101100 | 11000101 | 11011000 | 10100 | 1001 | 0 | 1111 | 11001110 | 100100 | 1001100 |
Color Harmonies of #ACC5D8
Complementary color
Monochromatic Colors of #ACC5D8
Black with #ACC5D8
Text Example
Text Example
White with #ACC5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5D8; }
p { color: rgb(172,197,216); }
H1.HeaderClassName
{
color: #ACC5D8;
}
.AnyTagClassName
{
color: #ACC5D8;
}
</style>
background-color css
<style>
a { background-color: #ACC5D8; }
a { background-color: rgb(172,197,216); }
div.DivClassName
{
background-color: #ACC5D8;
}
.BgClassName
{
background-color: #ACC5D8;
}
</style>
border-color css
<style>
span { border-color: #ACC5D8; }
span { border-color: rgb(172,197,216); }
td.TdClassName
{
border-color: #ACC5D8;
}
.TagClassName
{
border-color: #ACC5D8;
}
</style>