Shades of Light Steel Blue #ADBDD9
Tints of Light Steel Blue #ADBDD9
RGB
CMYK
RGB Variations
Color information
#ADBDD9 (or 0xADBDD9) is known color: Light Steel Blue. HEX triplet: AD, BD and D9. RGB value is (173,189,217). Sum of RGB (Red+Green+Blue) = 173+189+217=579 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.88% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 217 (85.16% from 255 or 37.48% from 579); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADBDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDD9 is #524226. Grayscale: #BBBBBB. Windows color (decimal): -5390887 or 14269869. OLE color: 14269869.
HSL color Cylindrical-coordinate representation of color #ADBDD9: hue angle of 218.18º degrees, saturation: 0.37, 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 #ADBDD9 is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 189 | 217 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.15 |
| HSL | 218.18º | 0.37% | 0.76% | - |
| HSV(B) | 218.18º | 0.2% | 0.85% | - |
| XYZ | 47.96 | 50.29 | 72.82 | - |
| YUV | 187.41 | 144.7 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 217 | 0.20 | 0.13 | 0 | 0.15 | 218.18 | 0.37 | 0.76 |
| Hex | AD | BD | D9 | 14 | D | 0 | F | DA | 25 | 4C |
| Octal | 255 | 275 | 331 | 24 | 15 | 0 | 17 | 332 | 45 | 114 |
| Binary | 10101101 | 10111101 | 11011001 | 10100 | 1101 | 0 | 1111 | 11011010 | 100101 | 1001100 |
Color Harmonies of #ADBDD9
Complementary color
Monochromatic Colors of #ADBDD9
Black with #ADBDD9
Text Example
Text Example
White with #ADBDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBDD9; }
p { color: rgb(173,189,217); }
H1.HeaderClassName
{
color: #ADBDD9;
}
.AnyTagClassName
{
color: #ADBDD9;
}
</style>
background-color css
<style>
a { background-color: #ADBDD9; }
a { background-color: rgb(173,189,217); }
div.DivClassName
{
background-color: #ADBDD9;
}
.BgClassName
{
background-color: #ADBDD9;
}
</style>
border-color css
<style>
span { border-color: #ADBDD9; }
span { border-color: rgb(173,189,217); }
td.TdClassName
{
border-color: #ADBDD9;
}
.TagClassName
{
border-color: #ADBDD9;
}
</style>