Shades of Light Steel Blue #ACBBDB
Tints of Light Steel Blue #ACBBDB
RGB
CMYK
RGB Variations
Color information
#ACBBDB (or 0xACBBDB) is known color: Light Steel Blue. HEX triplet: AC, BB and DB. RGB value is (172,187,219). Sum of RGB (Red+Green+Blue) = 172+187+219=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBBDB is #534424. Grayscale: #BABABA. Windows color (decimal): -5456933 or 14400428. OLE color: 14400428.
HSL color Cylindrical-coordinate representation of color #ACBBDB: hue angle of 220.85º 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 #ACBBDB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 187 | 219 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.14 |
| HSL | 220.85º | 0.39% | 0.77% | - |
| HSV(B) | 220.85º | 0.21% | 0.86% | - |
| XYZ | 47.57 | 49.43 | 74.05 | - |
| YUV | 186.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 219 | 0.21 | 0.15 | 0 | 0.14 | 220.85 | 0.39 | 0.77 |
| Hex | AC | BB | DB | 15 | F | 0 | E | DD | 27 | 4D |
| Octal | 254 | 273 | 333 | 25 | 17 | 0 | 16 | 335 | 47 | 115 |
| Binary | 10101100 | 10111011 | 11011011 | 10101 | 1111 | 0 | 1110 | 11011101 | 100111 | 1001101 |
Color Harmonies of #ACBBDB
Complementary color
Monochromatic Colors of #ACBBDB
Black with #ACBBDB
Text Example
Text Example
White with #ACBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBBDB; }
p { color: rgb(172,187,219); }
H1.HeaderClassName
{
color: #ACBBDB;
}
.AnyTagClassName
{
color: #ACBBDB;
}
</style>
background-color css
<style>
a { background-color: #ACBBDB; }
a { background-color: rgb(172,187,219); }
div.DivClassName
{
background-color: #ACBBDB;
}
.BgClassName
{
background-color: #ACBBDB;
}
</style>
border-color css
<style>
span { border-color: #ACBBDB; }
span { border-color: rgb(172,187,219); }
td.TdClassName
{
border-color: #ACBBDB;
}
.TagClassName
{
border-color: #ACBBDB;
}
</style>