Shades of Spindle #ACC9DB
Tints of Spindle #ACC9DB
RGB
CMYK
RGB Variations
Color information
#ACC9DB (or 0xACC9DB) is known color: Spindle. HEX triplet: AC, C9 and DB. RGB value is (172,201,219). Sum of RGB (Red+Green+Blue) = 172+201+219=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC9DB is #533624. Grayscale: #C2C2C2. Windows color (decimal): -5453349 or 14404012. OLE color: 14404012.
HSL color Cylindrical-coordinate representation of color #ACC9DB: hue angle of 202.98º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACC9DB is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 201 | 219 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.14 |
| HSL | 202.98º | 0.39% | 0.77% | - |
| HSV(B) | 202.98º | 0.21% | 0.86% | - |
| XYZ | 50.69 | 55.66 | 75.09 | - |
| YUV | 194.38 | 141.89 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 219 | 0.21 | 0.08 | 0 | 0.14 | 202.98 | 0.39 | 0.77 |
| Hex | AC | C9 | DB | 15 | 8 | 0 | E | CB | 27 | 4D |
| Octal | 254 | 311 | 333 | 25 | 10 | 0 | 16 | 313 | 47 | 115 |
| Binary | 10101100 | 11001001 | 11011011 | 10101 | 1000 | 0 | 1110 | 11001011 | 100111 | 1001101 |
Color Harmonies of #ACC9DB
Complementary color
Monochromatic Colors of #ACC9DB
Black with #ACC9DB
Text Example
Text Example
White with #ACC9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9DB; }
p { color: rgb(172,201,219); }
H1.HeaderClassName
{
color: #ACC9DB;
}
.AnyTagClassName
{
color: #ACC9DB;
}
</style>
background-color css
<style>
a { background-color: #ACC9DB; }
a { background-color: rgb(172,201,219); }
div.DivClassName
{
background-color: #ACC9DB;
}
.BgClassName
{
background-color: #ACC9DB;
}
</style>
border-color css
<style>
span { border-color: #ACC9DB; }
span { border-color: rgb(172,201,219); }
td.TdClassName
{
border-color: #ACC9DB;
}
.TagClassName
{
border-color: #ACC9DB;
}
</style>