Shades of Spindle #ACC9DA
Tints of Spindle #ACC9DA
RGB
CMYK
RGB Variations
Color information
#ACC9DA (or 0xACC9DA) is known color: Spindle. HEX triplet: AC, C9 and DA. RGB value is (172,201,218). Sum of RGB (Red+Green+Blue) = 172+201+218=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACC9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DA is #533625. Grayscale: #C2C2C2. Windows color (decimal): -5453350 or 14338476. OLE color: 14338476.
HSL color Cylindrical-coordinate representation of color #ACC9DA: hue angle of 202.17º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC9DA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 201 | 218 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.15 |
| HSL | 202.17º | 0.38% | 0.76% | - |
| HSV(B) | 202.17º | 0.21% | 0.85% | - |
| XYZ | 50.55 | 55.61 | 74.4 | - |
| YUV | 194.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 218 | 0.21 | 0.08 | 0 | 0.15 | 202.17 | 0.38 | 0.76 |
| Hex | AC | C9 | DA | 15 | 8 | 0 | F | CA | 26 | 4C |
| Octal | 254 | 311 | 332 | 25 | 10 | 0 | 17 | 312 | 46 | 114 |
| Binary | 10101100 | 11001001 | 11011010 | 10101 | 1000 | 0 | 1111 | 11001010 | 100110 | 1001100 |
Color Harmonies of #ACC9DA
Complementary color
Monochromatic Colors of #ACC9DA
Black with #ACC9DA
Text Example
Text Example
White with #ACC9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9DA; }
p { color: rgb(172,201,218); }
H1.HeaderClassName
{
color: #ACC9DA;
}
.AnyTagClassName
{
color: #ACC9DA;
}
</style>
background-color css
<style>
a { background-color: #ACC9DA; }
a { background-color: rgb(172,201,218); }
div.DivClassName
{
background-color: #ACC9DA;
}
.BgClassName
{
background-color: #ACC9DA;
}
</style>
border-color css
<style>
span { border-color: #ACC9DA; }
span { border-color: rgb(172,201,218); }
td.TdClassName
{
border-color: #ACC9DA;
}
.TagClassName
{
border-color: #ACC9DA;
}
</style>