Shades of Light Steel Blue #ADC5DE
Tints of Light Steel Blue #ADC5DE
RGB
CMYK
RGB Variations
Color information
#ADC5DE (or 0xADC5DE) is known color: Light Steel Blue. HEX triplet: AD, C5 and DE. RGB value is (173,197,222). Sum of RGB (Red+Green+Blue) = 173+197+222=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC5DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5DE is #523A21. Grayscale: #C0C0C0. Windows color (decimal): -5388834 or 14599597. OLE color: 14599597.
HSL color Cylindrical-coordinate representation of color #ADC5DE: hue angle of 210.61º 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 #ADC5DE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 197 | 222 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.13 |
| HSL | 210.61º | 0.43% | 0.77% | - |
| HSV(B) | 210.61º | 0.22% | 0.87% | - |
| XYZ | 50.38 | 54.09 | 76.89 | - |
| YUV | 192.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 222 | 0.22 | 0.11 | 0 | 0.13 | 210.61 | 0.43 | 0.77 |
| Hex | AD | C5 | DE | 16 | B | 0 | D | D3 | 2B | 4D |
| Octal | 255 | 305 | 336 | 26 | 13 | 0 | 15 | 323 | 53 | 115 |
| Binary | 10101101 | 11000101 | 11011110 | 10110 | 1011 | 0 | 1101 | 11010011 | 101011 | 1001101 |
Color Harmonies of #ADC5DE
Complementary color
Monochromatic Colors of #ADC5DE
Black with #ADC5DE
Text Example
Text Example
White with #ADC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5DE; }
p { color: rgb(173,197,222); }
H1.HeaderClassName
{
color: #ADC5DE;
}
.AnyTagClassName
{
color: #ADC5DE;
}
</style>
background-color css
<style>
a { background-color: #ADC5DE; }
a { background-color: rgb(173,197,222); }
div.DivClassName
{
background-color: #ADC5DE;
}
.BgClassName
{
background-color: #ADC5DE;
}
</style>
border-color css
<style>
span { border-color: #ADC5DE; }
span { border-color: rgb(173,197,222); }
td.TdClassName
{
border-color: #ADC5DE;
}
.TagClassName
{
border-color: #ADC5DE;
}
</style>