Shades of Light Steel Blue #ADBBDB
Tints of Light Steel Blue #ADBBDB
RGB
CMYK
RGB Variations
Color information
#ADBBDB (or 0xADBBDB) is known color: Light Steel Blue. HEX triplet: AD, BB and DB. RGB value is (173,187,219). Sum of RGB (Red+Green+Blue) = 173+187+219=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 187 (73.44% from 255 or 32.30% 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 #ADBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBDB is #524424. Grayscale: #BABABA. Windows color (decimal): -5391397 or 14400429. OLE color: 14400429.
HSL color Cylindrical-coordinate representation of color #ADBBDB: hue angle of 221.74º 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 #ADBBDB is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 187 | 219 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.14 |
| HSL | 221.74º | 0.39% | 0.77% | - |
| HSV(B) | 221.74º | 0.21% | 0.86% | - |
| XYZ | 47.79 | 49.54 | 74.06 | - |
| YUV | 186.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 219 | 0.21 | 0.15 | 0 | 0.14 | 221.74 | 0.39 | 0.77 |
| Hex | AD | BB | DB | 15 | F | 0 | E | DE | 27 | 4D |
| Octal | 255 | 273 | 333 | 25 | 17 | 0 | 16 | 336 | 47 | 115 |
| Binary | 10101101 | 10111011 | 11011011 | 10101 | 1111 | 0 | 1110 | 11011110 | 100111 | 1001101 |
Color Harmonies of #ADBBDB
Complementary color
Monochromatic Colors of #ADBBDB
Black with #ADBBDB
Text Example
Text Example
White with #ADBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBDB; }
p { color: rgb(173,187,219); }
H1.HeaderClassName
{
color: #ADBBDB;
}
.AnyTagClassName
{
color: #ADBBDB;
}
</style>
background-color css
<style>
a { background-color: #ADBBDB; }
a { background-color: rgb(173,187,219); }
div.DivClassName
{
background-color: #ADBBDB;
}
.BgClassName
{
background-color: #ADBBDB;
}
</style>
border-color css
<style>
span { border-color: #ADBBDB; }
span { border-color: rgb(173,187,219); }
td.TdClassName
{
border-color: #ADBBDB;
}
.TagClassName
{
border-color: #ADBBDB;
}
</style>