Shades of Light Steel Blue #ADC0D9
Tints of Light Steel Blue #ADC0D9
RGB
CMYK
RGB Variations
Color information
#ADC0D9 (or 0xADC0D9) is known color: Light Steel Blue. HEX triplet: AD, C0 and D9. RGB value is (173,192,217). Sum of RGB (Red+Green+Blue) = 173+192+217=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADC0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0D9 is #523F26. Grayscale: #BDBDBD. Windows color (decimal): -5390119 or 14270637. OLE color: 14270637.
HSL color Cylindrical-coordinate representation of color #ADC0D9: hue angle of 214.09º 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 #ADC0D9 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 192 | 217 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.15 |
| HSL | 214.09º | 0.37% | 0.76% | - |
| HSV(B) | 214.09º | 0.2% | 0.85% | - |
| XYZ | 48.61 | 51.59 | 73.04 | - |
| YUV | 189.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 217 | 0.20 | 0.12 | 0 | 0.15 | 214.09 | 0.37 | 0.76 |
| Hex | AD | C0 | D9 | 14 | C | 0 | F | D6 | 25 | 4C |
| Octal | 255 | 300 | 331 | 24 | 14 | 0 | 17 | 326 | 45 | 114 |
| Binary | 10101101 | 11000000 | 11011001 | 10100 | 1100 | 0 | 1111 | 11010110 | 100101 | 1001100 |
Color Harmonies of #ADC0D9
Complementary color
Monochromatic Colors of #ADC0D9
Black with #ADC0D9
Text Example
Text Example
White with #ADC0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0D9; }
p { color: rgb(173,192,217); }
H1.HeaderClassName
{
color: #ADC0D9;
}
.AnyTagClassName
{
color: #ADC0D9;
}
</style>
background-color css
<style>
a { background-color: #ADC0D9; }
a { background-color: rgb(173,192,217); }
div.DivClassName
{
background-color: #ADC0D9;
}
.BgClassName
{
background-color: #ADC0D9;
}
</style>
border-color css
<style>
span { border-color: #ADC0D9; }
span { border-color: rgb(173,192,217); }
td.TdClassName
{
border-color: #ADC0D9;
}
.TagClassName
{
border-color: #ADC0D9;
}
</style>