Shades of Light Steel Blue #ACC8DF
Tints of Light Steel Blue #ACC8DF
RGB
CMYK
RGB Variations
Color information
#ACC8DF (or 0xACC8DF) is known color: Light Steel Blue. HEX triplet: AC, C8 and DF. RGB value is (172,200,223). Sum of RGB (Red+Green+Blue) = 172+200+223=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC8DF is #533720. Grayscale: #C2C2C2. Windows color (decimal): -5453601 or 14665900. OLE color: 14665900.
HSL color Cylindrical-coordinate representation of color #ACC8DF: hue angle of 207.06º 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 #ACC8DF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 200 | 223 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.13 |
| HSL | 207.06º | 0.44% | 0.77% | - |
| HSV(B) | 207.06º | 0.23% | 0.87% | - |
| XYZ | 50.99 | 55.41 | 77.82 | - |
| YUV | 194.25 | 144.22 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 223 | 0.23 | 0.10 | 0 | 0.13 | 207.06 | 0.44 | 0.77 |
| Hex | AC | C8 | DF | 17 | A | 0 | D | CF | 2C | 4D |
| Octal | 254 | 310 | 337 | 27 | 12 | 0 | 15 | 317 | 54 | 115 |
| Binary | 10101100 | 11001000 | 11011111 | 10111 | 1010 | 0 | 1101 | 11001111 | 101100 | 1001101 |
Color Harmonies of #ACC8DF
Complementary color
Monochromatic Colors of #ACC8DF
Black with #ACC8DF
Text Example
Text Example
White with #ACC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8DF; }
p { color: rgb(172,200,223); }
H1.HeaderClassName
{
color: #ACC8DF;
}
.AnyTagClassName
{
color: #ACC8DF;
}
</style>
background-color css
<style>
a { background-color: #ACC8DF; }
a { background-color: rgb(172,200,223); }
div.DivClassName
{
background-color: #ACC8DF;
}
.BgClassName
{
background-color: #ACC8DF;
}
</style>
border-color css
<style>
span { border-color: #ACC8DF; }
span { border-color: rgb(172,200,223); }
td.TdClassName
{
border-color: #ACC8DF;
}
.TagClassName
{
border-color: #ACC8DF;
}
</style>