Shades of Light Steel Blue #ADBCDC
Tints of Light Steel Blue #ADBCDC
RGB
CMYK
RGB Variations
Color information
#ADBCDC (or 0xADBCDC) is known color: Light Steel Blue. HEX triplet: AD, BC and DC. RGB value is (173,188,220). Sum of RGB (Red+Green+Blue) = 173+188+220=581 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.78% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBCDC is #524323. Grayscale: #BBBBBB. Windows color (decimal): -5391140 or 14466221. OLE color: 14466221.
HSL color Cylindrical-coordinate representation of color #ADBCDC: hue angle of 220.85º degrees, saturation: 0.4, 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 #ADBCDC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 188 | 220 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.14 |
| HSL | 220.85º | 0.4% | 0.77% | - |
| HSV(B) | 220.85º | 0.21% | 0.86% | - |
| XYZ | 48.14 | 50.02 | 74.83 | - |
| YUV | 187.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 220 | 0.21 | 0.15 | 0 | 0.14 | 220.85 | 0.4 | 0.77 |
| Hex | AD | BC | DC | 15 | F | 0 | E | DD | 28 | 4D |
| Octal | 255 | 274 | 334 | 25 | 17 | 0 | 16 | 335 | 50 | 115 |
| Binary | 10101101 | 10111100 | 11011100 | 10101 | 1111 | 0 | 1110 | 11011101 | 101000 | 1001101 |
Color Harmonies of #ADBCDC
Complementary color
Monochromatic Colors of #ADBCDC
Black with #ADBCDC
Text Example
Text Example
White with #ADBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBCDC; }
p { color: rgb(173,188,220); }
H1.HeaderClassName
{
color: #ADBCDC;
}
.AnyTagClassName
{
color: #ADBCDC;
}
</style>
background-color css
<style>
a { background-color: #ADBCDC; }
a { background-color: rgb(173,188,220); }
div.DivClassName
{
background-color: #ADBCDC;
}
.BgClassName
{
background-color: #ADBCDC;
}
</style>
border-color css
<style>
span { border-color: #ADBCDC; }
span { border-color: rgb(173,188,220); }
td.TdClassName
{
border-color: #ADBCDC;
}
.TagClassName
{
border-color: #ADBCDC;
}
</style>