Shades of Light Steel Blue #ADC0DE
Tints of Light Steel Blue #ADC0DE
RGB
CMYK
RGB Variations
Color information
#ADC0DE (or 0xADC0DE) is known color: Light Steel Blue. HEX triplet: AD, C0 and DE. RGB value is (173,192,222). Sum of RGB (Red+Green+Blue) = 173+192+222=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0DE is #523F21. Grayscale: #BDBDBD. Windows color (decimal): -5390114 or 14598317. OLE color: 14598317.
HSL color Cylindrical-coordinate representation of color #ADC0DE: hue angle of 216.73º degrees, saturation: 0.43, 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 #ADC0DE is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 192 | 222 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.13 |
| HSL | 216.73º | 0.43% | 0.77% | - |
| HSV(B) | 216.73º | 0.22% | 0.87% | - |
| XYZ | 49.27 | 51.86 | 76.52 | - |
| YUV | 189.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 222 | 0.22 | 0.14 | 0 | 0.13 | 216.73 | 0.43 | 0.77 |
| Hex | AD | C0 | DE | 16 | E | 0 | D | D9 | 2B | 4D |
| Octal | 255 | 300 | 336 | 26 | 16 | 0 | 15 | 331 | 53 | 115 |
| Binary | 10101101 | 11000000 | 11011110 | 10110 | 1110 | 0 | 1101 | 11011001 | 101011 | 1001101 |
Color Harmonies of #ADC0DE
Complementary color
Monochromatic Colors of #ADC0DE
Black with #ADC0DE
Text Example
Text Example
White with #ADC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0DE; }
p { color: rgb(173,192,222); }
H1.HeaderClassName
{
color: #ADC0DE;
}
.AnyTagClassName
{
color: #ADC0DE;
}
</style>
background-color css
<style>
a { background-color: #ADC0DE; }
a { background-color: rgb(173,192,222); }
div.DivClassName
{
background-color: #ADC0DE;
}
.BgClassName
{
background-color: #ADC0DE;
}
</style>
border-color css
<style>
span { border-color: #ADC0DE; }
span { border-color: rgb(173,192,222); }
td.TdClassName
{
border-color: #ADC0DE;
}
.TagClassName
{
border-color: #ADC0DE;
}
</style>