Shades of Light Steel Blue #ACC5DF
Tints of Light Steel Blue #ACC5DF
RGB
CMYK
RGB Variations
Color information
#ACC5DF (or 0xACC5DF) is known color: Light Steel Blue. HEX triplet: AC, C5 and DF. RGB value is (172,197,223). Sum of RGB (Red+Green+Blue) = 172+197+223=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACC5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC5DF is #533A20. Grayscale: #C0C0C0. Windows color (decimal): -5454369 or 14665132. OLE color: 14665132.
HSL color Cylindrical-coordinate representation of color #ACC5DF: hue angle of 210.59º 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 #ACC5DF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 197 | 223 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.13 |
| HSL | 210.59º | 0.44% | 0.77% | - |
| HSV(B) | 210.59º | 0.23% | 0.87% | - |
| XYZ | 50.3 | 54.03 | 77.59 | - |
| YUV | 192.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 223 | 0.23 | 0.12 | 0 | 0.13 | 210.59 | 0.44 | 0.77 |
| Hex | AC | C5 | DF | 17 | C | 0 | D | D3 | 2C | 4D |
| Octal | 254 | 305 | 337 | 27 | 14 | 0 | 15 | 323 | 54 | 115 |
| Binary | 10101100 | 11000101 | 11011111 | 10111 | 1100 | 0 | 1101 | 11010011 | 101100 | 1001101 |
Color Harmonies of #ACC5DF
Complementary color
Monochromatic Colors of #ACC5DF
Black with #ACC5DF
Text Example
Text Example
White with #ACC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5DF; }
p { color: rgb(172,197,223); }
H1.HeaderClassName
{
color: #ACC5DF;
}
.AnyTagClassName
{
color: #ACC5DF;
}
</style>
background-color css
<style>
a { background-color: #ACC5DF; }
a { background-color: rgb(172,197,223); }
div.DivClassName
{
background-color: #ACC5DF;
}
.BgClassName
{
background-color: #ACC5DF;
}
</style>
border-color css
<style>
span { border-color: #ACC5DF; }
span { border-color: rgb(172,197,223); }
td.TdClassName
{
border-color: #ACC5DF;
}
.TagClassName
{
border-color: #ACC5DF;
}
</style>