Shades of Light Steel Blue #ACC1DD
Tints of Light Steel Blue #ACC1DD
RGB
CMYK
RGB Variations
Color information
#ACC1DD (or 0xACC1DD) is known color: Light Steel Blue. HEX triplet: AC, C1 and DD. RGB value is (172,193,221). Sum of RGB (Red+Green+Blue) = 172+193+221=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DD is #533E22. Grayscale: #BDBDBD. Windows color (decimal): -5455395 or 14533036. OLE color: 14533036.
HSL color Cylindrical-coordinate representation of color #ACC1DD: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACC1DD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 193 | 221 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 214.29º | 0.42% | 0.77% | - |
| HSV(B) | 214.29º | 0.22% | 0.87% | - |
| XYZ | 49.13 | 52.13 | 75.88 | - |
| YUV | 189.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 221 | 0.22 | 0.13 | 0 | 0.13 | 214.29 | 0.42 | 0.77 |
| Hex | AC | C1 | DD | 16 | D | 0 | D | D6 | 2A | 4D |
| Octal | 254 | 301 | 335 | 26 | 15 | 0 | 15 | 326 | 52 | 115 |
| Binary | 10101100 | 11000001 | 11011101 | 10110 | 1101 | 0 | 1101 | 11010110 | 101010 | 1001101 |
Color Harmonies of #ACC1DD
Complementary color
Monochromatic Colors of #ACC1DD
Black with #ACC1DD
Text Example
Text Example
White with #ACC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1DD; }
p { color: rgb(172,193,221); }
H1.HeaderClassName
{
color: #ACC1DD;
}
.AnyTagClassName
{
color: #ACC1DD;
}
</style>
background-color css
<style>
a { background-color: #ACC1DD; }
a { background-color: rgb(172,193,221); }
div.DivClassName
{
background-color: #ACC1DD;
}
.BgClassName
{
background-color: #ACC1DD;
}
</style>
border-color css
<style>
span { border-color: #ACC1DD; }
span { border-color: rgb(172,193,221); }
td.TdClassName
{
border-color: #ACC1DD;
}
.TagClassName
{
border-color: #ACC1DD;
}
</style>