Shades of Light Steel Blue #ADC0DD
Tints of Light Steel Blue #ADC0DD
RGB
CMYK
RGB Variations
Color information
#ADC0DD (or 0xADC0DD) is known color: Light Steel Blue. HEX triplet: AD, C0 and DD. RGB value is (173,192,221). Sum of RGB (Red+Green+Blue) = 173+192+221=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC0DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0DD is #523F22. Grayscale: #BDBDBD. Windows color (decimal): -5390115 or 14532781. OLE color: 14532781.
HSL color Cylindrical-coordinate representation of color #ADC0DD: hue angle of 216.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC0DD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 192 | 221 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 216.25º | 0.41% | 0.77% | - |
| HSV(B) | 216.25º | 0.22% | 0.87% | - |
| XYZ | 49.13 | 51.8 | 75.82 | - |
| YUV | 189.63 | 145.71 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 221 | 0.22 | 0.13 | 0 | 0.13 | 216.25 | 0.41 | 0.77 |
| Hex | AD | C0 | DD | 16 | D | 0 | D | D8 | 29 | 4D |
| Octal | 255 | 300 | 335 | 26 | 15 | 0 | 15 | 330 | 51 | 115 |
| Binary | 10101101 | 11000000 | 11011101 | 10110 | 1101 | 0 | 1101 | 11011000 | 101001 | 1001101 |
Color Harmonies of #ADC0DD
Complementary color
Monochromatic Colors of #ADC0DD
Black with #ADC0DD
Text Example
Text Example
White with #ADC0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0DD; }
p { color: rgb(173,192,221); }
H1.HeaderClassName
{
color: #ADC0DD;
}
.AnyTagClassName
{
color: #ADC0DD;
}
</style>
background-color css
<style>
a { background-color: #ADC0DD; }
a { background-color: rgb(173,192,221); }
div.DivClassName
{
background-color: #ADC0DD;
}
.BgClassName
{
background-color: #ADC0DD;
}
</style>
border-color css
<style>
span { border-color: #ADC0DD; }
span { border-color: rgb(173,192,221); }
td.TdClassName
{
border-color: #ADC0DD;
}
.TagClassName
{
border-color: #ADC0DD;
}
</style>