Shades of Light Steel Blue #ADC1DD
Tints of Light Steel Blue #ADC1DD
RGB
CMYK
RGB Variations
Color information
#ADC1DD (or 0xADC1DD) is known color: Light Steel Blue. HEX triplet: AD, C1 and DD. RGB value is (173,193,221). Sum of RGB (Red+Green+Blue) = 173+193+221=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DD is #523E22. Grayscale: #BEBEBE. Windows color (decimal): -5389859 or 14533037. OLE color: 14533037.
HSL color Cylindrical-coordinate representation of color #ADC1DD: hue angle of 215º 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 #ADC1DD is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 193 | 221 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 215º | 0.41% | 0.77% | - |
| HSV(B) | 215º | 0.22% | 0.87% | - |
| XYZ | 49.35 | 52.24 | 75.89 | - |
| YUV | 190.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 221 | 0.22 | 0.13 | 0 | 0.13 | 215 | 0.41 | 0.77 |
| Hex | AD | C1 | DD | 16 | D | 0 | D | D7 | 29 | 4D |
| Octal | 255 | 301 | 335 | 26 | 15 | 0 | 15 | 327 | 51 | 115 |
| Binary | 10101101 | 11000001 | 11011101 | 10110 | 1101 | 0 | 1101 | 11010111 | 101001 | 1001101 |
Color Harmonies of #ADC1DD
Complementary color
Monochromatic Colors of #ADC1DD
Black with #ADC1DD
Text Example
Text Example
White with #ADC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1DD; }
p { color: rgb(173,193,221); }
H1.HeaderClassName
{
color: #ADC1DD;
}
.AnyTagClassName
{
color: #ADC1DD;
}
</style>
background-color css
<style>
a { background-color: #ADC1DD; }
a { background-color: rgb(173,193,221); }
div.DivClassName
{
background-color: #ADC1DD;
}
.BgClassName
{
background-color: #ADC1DD;
}
</style>
border-color css
<style>
span { border-color: #ADC1DD; }
span { border-color: rgb(173,193,221); }
td.TdClassName
{
border-color: #ADC1DD;
}
.TagClassName
{
border-color: #ADC1DD;
}
</style>