Shades of Spindle #ACC4D9
Tints of Spindle #ACC4D9
RGB
CMYK
RGB Variations
Color information
#ACC4D9 (or 0xACC4D9) is known color: Spindle. HEX triplet: AC, C4 and D9. RGB value is (172,196,217). Sum of RGB (Red+Green+Blue) = 172+196+217=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 217 - color contains mainly: blue. Hex color #ACC4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4D9 is #533B26. Grayscale: #BFBFBF. Windows color (decimal): -5454631 or 14271660. OLE color: 14271660.
HSL color Cylindrical-coordinate representation of color #ACC4D9: hue angle of 208º degrees, saturation: 0.37, 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 #ACC4D9 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 172 | 196 | 217 | - |
CMYK | 0.21 | 0.10 | 0 | 0.15 |
HSL | 208º | 0.37% | 0.76% | - |
HSV(B) | 208º | 0.21% | 0.85% | - |
XYZ | 49.28 | 53.26 | 73.33 | - |
YUV | 191.22 | 142.55 | 114.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 196 | 217 | 0.21 | 0.10 | 0 | 0.15 | 208 | 0.37 | 0.76 |
Hex | AC | C4 | D9 | 15 | A | 0 | F | D0 | 25 | 4C |
Octal | 254 | 304 | 331 | 25 | 12 | 0 | 17 | 320 | 45 | 114 |
Binary | 10101100 | 11000100 | 11011001 | 10101 | 1010 | 0 | 1111 | 11010000 | 100101 | 1001100 |
Color Harmonies of #ACC4D9
Complementary color
Monochromatic Colors of #ACC4D9
Black with #ACC4D9
Text Example
Text Example
White with #ACC4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4D9; }
p { color: rgb(172,196,217); }
H1.HeaderClassName
{
color: #ACC4D9;
}
.AnyTagClassName
{
color: #ACC4D9;
}
</style>
background-color css
<style>
a { background-color: #ACC4D9; }
a { background-color: rgb(172,196,217); }
div.DivClassName
{
background-color: #ACC4D9;
}
.BgClassName
{
background-color: #ACC4D9;
}
</style>
border-color css
<style>
span { border-color: #ACC4D9; }
span { border-color: rgb(172,196,217); }
td.TdClassName
{
border-color: #ACC4D9;
}
.TagClassName
{
border-color: #ACC4D9;
}
</style>