Shades of Light Steel Blue #ADC1DC
Tints of Light Steel Blue #ADC1DC
RGB
CMYK
RGB Variations
Color information
#ADC1DC (or 0xADC1DC) is known color: Light Steel Blue. HEX triplet: AD, C1 and DC. RGB value is (173,193,220). Sum of RGB (Red+Green+Blue) = 173+193+220=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC1DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DC is #523E23. Grayscale: #BDBDBD. Windows color (decimal): -5389860 or 14467501. OLE color: 14467501.
HSL color Cylindrical-coordinate representation of color #ADC1DC: hue angle of 214.47º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC1DC is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 193 | 220 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.14 |
| HSL | 214.47º | 0.4% | 0.77% | - |
| HSV(B) | 214.47º | 0.21% | 0.86% | - |
| XYZ | 49.22 | 52.19 | 75.19 | - |
| YUV | 190.1 | 144.87 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 220 | 0.21 | 0.12 | 0 | 0.14 | 214.47 | 0.4 | 0.77 |
| Hex | AD | C1 | DC | 15 | C | 0 | E | D6 | 28 | 4D |
| Octal | 255 | 301 | 334 | 25 | 14 | 0 | 16 | 326 | 50 | 115 |
| Binary | 10101101 | 11000001 | 11011100 | 10101 | 1100 | 0 | 1110 | 11010110 | 101000 | 1001101 |
Color Harmonies of #ADC1DC
Complementary color
Monochromatic Colors of #ADC1DC
Black with #ADC1DC
Text Example
Text Example
White with #ADC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1DC; }
p { color: rgb(173,193,220); }
H1.HeaderClassName
{
color: #ADC1DC;
}
.AnyTagClassName
{
color: #ADC1DC;
}
</style>
background-color css
<style>
a { background-color: #ADC1DC; }
a { background-color: rgb(173,193,220); }
div.DivClassName
{
background-color: #ADC1DC;
}
.BgClassName
{
background-color: #ADC1DC;
}
</style>
border-color css
<style>
span { border-color: #ADC1DC; }
span { border-color: rgb(173,193,220); }
td.TdClassName
{
border-color: #ADC1DC;
}
.TagClassName
{
border-color: #ADC1DC;
}
</style>