Shades of Spindle #ACC8DB
Tints of Spindle #ACC8DB
RGB
CMYK
RGB Variations
Color information
#ACC8DB (or 0xACC8DB) is known color: Spindle. HEX triplet: AC, C8 and DB. RGB value is (172,200,219). Sum of RGB (Red+Green+Blue) = 172+200+219=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 200 (78.52% from 255 or 33.84% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACC8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8DB is #533724. Grayscale: #C1C1C1. Windows color (decimal): -5453605 or 14403756. OLE color: 14403756.
HSL color Cylindrical-coordinate representation of color #ACC8DB: hue angle of 204.26º 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 #ACC8DB is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 172 | 200 | 219 | - |
CMYK | 0.21 | 0.09 | 0 | 0.14 |
HSL | 204.26º | 0.39% | 0.77% | - |
HSV(B) | 204.26º | 0.21% | 0.86% | - |
XYZ | 50.45 | 55.19 | 75.01 | - |
YUV | 193.79 | 142.22 | 112.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 200 | 219 | 0.21 | 0.09 | 0 | 0.14 | 204.26 | 0.39 | 0.77 |
Hex | AC | C8 | DB | 15 | 9 | 0 | E | CC | 27 | 4D |
Octal | 254 | 310 | 333 | 25 | 11 | 0 | 16 | 314 | 47 | 115 |
Binary | 10101100 | 11001000 | 11011011 | 10101 | 1001 | 0 | 1110 | 11001100 | 100111 | 1001101 |
Color Harmonies of #ACC8DB
Complementary color
Monochromatic Colors of #ACC8DB
Black with #ACC8DB
Text Example
Text Example
White with #ACC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8DB; }
p { color: rgb(172,200,219); }
H1.HeaderClassName
{
color: #ACC8DB;
}
.AnyTagClassName
{
color: #ACC8DB;
}
</style>
background-color css
<style>
a { background-color: #ACC8DB; }
a { background-color: rgb(172,200,219); }
div.DivClassName
{
background-color: #ACC8DB;
}
.BgClassName
{
background-color: #ACC8DB;
}
</style>
border-color css
<style>
span { border-color: #ACC8DB; }
span { border-color: rgb(172,200,219); }
td.TdClassName
{
border-color: #ACC8DB;
}
.TagClassName
{
border-color: #ACC8DB;
}
</style>