Shades of Light Steel Blue #ADBBD8
Tints of Light Steel Blue #ADBBD8
RGB
CMYK
RGB Variations
Color information
#ADBBD8 (or 0xADBBD8) is known color: Light Steel Blue. HEX triplet: AD, BB and D8. RGB value is (173,187,216). Sum of RGB (Red+Green+Blue) = 173+187+216=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADBBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBD8 is #524427. Grayscale: #B9B9B9. Windows color (decimal): -5391400 or 14203821. OLE color: 14203821.
HSL color Cylindrical-coordinate representation of color #ADBBD8: hue angle of 220.47º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADBBD8 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 187 | 216 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.15 |
| HSL | 220.47º | 0.36% | 0.76% | - |
| HSV(B) | 220.47º | 0.2% | 0.85% | - |
| XYZ | 47.4 | 49.38 | 72 | - |
| YUV | 186.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 216 | 0.20 | 0.13 | 0 | 0.15 | 220.47 | 0.36 | 0.76 |
| Hex | AD | BB | D8 | 14 | D | 0 | F | DC | 24 | 4C |
| Octal | 255 | 273 | 330 | 24 | 15 | 0 | 17 | 334 | 44 | 114 |
| Binary | 10101101 | 10111011 | 11011000 | 10100 | 1101 | 0 | 1111 | 11011100 | 100100 | 1001100 |
Color Harmonies of #ADBBD8
Complementary color
Monochromatic Colors of #ADBBD8
Black with #ADBBD8
Text Example
Text Example
White with #ADBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBD8; }
p { color: rgb(173,187,216); }
H1.HeaderClassName
{
color: #ADBBD8;
}
.AnyTagClassName
{
color: #ADBBD8;
}
</style>
background-color css
<style>
a { background-color: #ADBBD8; }
a { background-color: rgb(173,187,216); }
div.DivClassName
{
background-color: #ADBBD8;
}
.BgClassName
{
background-color: #ADBBD8;
}
</style>
border-color css
<style>
span { border-color: #ADBBD8; }
span { border-color: rgb(173,187,216); }
td.TdClassName
{
border-color: #ADBBD8;
}
.TagClassName
{
border-color: #ADBBD8;
}
</style>