Shades of Light Steel Blue #ACBDDD
Tints of Light Steel Blue #ACBDDD
RGB
CMYK
RGB Variations
Color information
#ACBDDD (or 0xACBDDD) is known color: Light Steel Blue. HEX triplet: AC, BD and DD. RGB value is (172,189,221). Sum of RGB (Red+Green+Blue) = 172+189+221=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACBDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDDD is #534222. Grayscale: #BBBBBB. Windows color (decimal): -5456419 or 14532012. OLE color: 14532012.
HSL color Cylindrical-coordinate representation of color #ACBDDD: hue angle of 219.18º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACBDDD is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 189 | 221 | - |
CMYK | 0.22 | 0.14 | 0 | 0.13 |
HSL | 219.18º | 0.42% | 0.77% | - |
HSV(B) | 219.18º | 0.22% | 0.87% | - |
XYZ | 48.26 | 50.39 | 75.59 | - |
YUV | 187.57 | 146.87 | 116.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 189 | 221 | 0.22 | 0.14 | 0 | 0.13 | 219.18 | 0.42 | 0.77 |
Hex | AC | BD | DD | 16 | E | 0 | D | DB | 2A | 4D |
Octal | 254 | 275 | 335 | 26 | 16 | 0 | 15 | 333 | 52 | 115 |
Binary | 10101100 | 10111101 | 11011101 | 10110 | 1110 | 0 | 1101 | 11011011 | 101010 | 1001101 |
Color Harmonies of #ACBDDD
Complementary color
Monochromatic Colors of #ACBDDD
Black with #ACBDDD
Text Example
Text Example
White with #ACBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBDDD; }
p { color: rgb(172,189,221); }
H1.HeaderClassName
{
color: #ACBDDD;
}
.AnyTagClassName
{
color: #ACBDDD;
}
</style>
background-color css
<style>
a { background-color: #ACBDDD; }
a { background-color: rgb(172,189,221); }
div.DivClassName
{
background-color: #ACBDDD;
}
.BgClassName
{
background-color: #ACBDDD;
}
</style>
border-color css
<style>
span { border-color: #ACBDDD; }
span { border-color: rgb(172,189,221); }
td.TdClassName
{
border-color: #ACBDDD;
}
.TagClassName
{
border-color: #ACBDDD;
}
</style>