Shades of Light Steel Blue #ACBCDB
Tints of Light Steel Blue #ACBCDB
RGB
CMYK
RGB Variations
Color information
#ACBCDB (or 0xACBCDB) is known color: Light Steel Blue. HEX triplet: AC, BC and DB. RGB value is (172,188,219). Sum of RGB (Red+Green+Blue) = 172+188+219=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCDB is #534324. Grayscale: #BABABA. Windows color (decimal): -5456677 or 14400684. OLE color: 14400684.
HSL color Cylindrical-coordinate representation of color #ACBCDB: hue angle of 219.57º 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 #ACBCDB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 188 | 219 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.14 |
| HSL | 219.57º | 0.39% | 0.77% | - |
| HSV(B) | 219.57º | 0.21% | 0.86% | - |
| XYZ | 47.78 | 49.85 | 74.12 | - |
| YUV | 186.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 219 | 0.21 | 0.14 | 0 | 0.14 | 219.57 | 0.39 | 0.77 |
| Hex | AC | BC | DB | 15 | E | 0 | E | DC | 27 | 4D |
| Octal | 254 | 274 | 333 | 25 | 16 | 0 | 16 | 334 | 47 | 115 |
| Binary | 10101100 | 10111100 | 11011011 | 10101 | 1110 | 0 | 1110 | 11011100 | 100111 | 1001101 |
Color Harmonies of #ACBCDB
Complementary color
Monochromatic Colors of #ACBCDB
Black with #ACBCDB
Text Example
Text Example
White with #ACBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBCDB; }
p { color: rgb(172,188,219); }
H1.HeaderClassName
{
color: #ACBCDB;
}
.AnyTagClassName
{
color: #ACBCDB;
}
</style>
background-color css
<style>
a { background-color: #ACBCDB; }
a { background-color: rgb(172,188,219); }
div.DivClassName
{
background-color: #ACBCDB;
}
.BgClassName
{
background-color: #ACBCDB;
}
</style>
border-color css
<style>
span { border-color: #ACBCDB; }
span { border-color: rgb(172,188,219); }
td.TdClassName
{
border-color: #ACBCDB;
}
.TagClassName
{
border-color: #ACBCDB;
}
</style>