Shades of Light Steel Blue #ACC1DF
Tints of Light Steel Blue #ACC1DF
RGB
CMYK
RGB Variations
Color information
#ACC1DF (or 0xACC1DF) is known color: Light Steel Blue. HEX triplet: AC, C1 and DF. RGB value is (172,193,223). Sum of RGB (Red+Green+Blue) = 172+193+223=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1DF is #533E20. Grayscale: #BEBEBE. Windows color (decimal): -5455393 or 14664108. OLE color: 14664108.
HSL color Cylindrical-coordinate representation of color #ACC1DF: hue angle of 215.29º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACC1DF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 193 | 223 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.13 |
| HSL | 215.29º | 0.44% | 0.77% | - |
| HSV(B) | 215.29º | 0.23% | 0.87% | - |
| XYZ | 49.4 | 52.24 | 77.29 | - |
| YUV | 190.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 223 | 0.23 | 0.13 | 0 | 0.13 | 215.29 | 0.44 | 0.77 |
| Hex | AC | C1 | DF | 17 | D | 0 | D | D7 | 2C | 4D |
| Octal | 254 | 301 | 337 | 27 | 15 | 0 | 15 | 327 | 54 | 115 |
| Binary | 10101100 | 11000001 | 11011111 | 10111 | 1101 | 0 | 1101 | 11010111 | 101100 | 1001101 |
Color Harmonies of #ACC1DF
Complementary color
Monochromatic Colors of #ACC1DF
Black with #ACC1DF
Text Example
Text Example
White with #ACC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1DF; }
p { color: rgb(172,193,223); }
H1.HeaderClassName
{
color: #ACC1DF;
}
.AnyTagClassName
{
color: #ACC1DF;
}
</style>
background-color css
<style>
a { background-color: #ACC1DF; }
a { background-color: rgb(172,193,223); }
div.DivClassName
{
background-color: #ACC1DF;
}
.BgClassName
{
background-color: #ACC1DF;
}
</style>
border-color css
<style>
span { border-color: #ACC1DF; }
span { border-color: rgb(172,193,223); }
td.TdClassName
{
border-color: #ACC1DF;
}
.TagClassName
{
border-color: #ACC1DF;
}
</style>