Shades of Light Steel Blue #ADC0DA
Tints of Light Steel Blue #ADC0DA
RGB
CMYK
RGB Variations
Color information
#ADC0DA (or 0xADC0DA) is known color: Light Steel Blue. HEX triplet: AD, C0 and DA. RGB value is (173,192,218). Sum of RGB (Red+Green+Blue) = 173+192+218=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0DA is #523F25. Grayscale: #BDBDBD. Windows color (decimal): -5390118 or 14336173. OLE color: 14336173.
HSL color Cylindrical-coordinate representation of color #ADC0DA: hue angle of 214.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC0DA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 192 | 218 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.15 |
| HSL | 214.67º | 0.38% | 0.77% | - |
| HSV(B) | 214.67º | 0.21% | 0.85% | - |
| XYZ | 48.74 | 51.65 | 73.73 | - |
| YUV | 189.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 218 | 0.21 | 0.12 | 0 | 0.15 | 214.67 | 0.38 | 0.77 |
| Hex | AD | C0 | DA | 15 | C | 0 | F | D7 | 26 | 4D |
| Octal | 255 | 300 | 332 | 25 | 14 | 0 | 17 | 327 | 46 | 115 |
| Binary | 10101101 | 11000000 | 11011010 | 10101 | 1100 | 0 | 1111 | 11010111 | 100110 | 1001101 |
Color Harmonies of #ADC0DA
Complementary color
Monochromatic Colors of #ADC0DA
Black with #ADC0DA
Text Example
Text Example
White with #ADC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC0DA; }
p { color: rgb(173,192,218); }
H1.HeaderClassName
{
color: #ADC0DA;
}
.AnyTagClassName
{
color: #ADC0DA;
}
</style>
background-color css
<style>
a { background-color: #ADC0DA; }
a { background-color: rgb(173,192,218); }
div.DivClassName
{
background-color: #ADC0DA;
}
.BgClassName
{
background-color: #ADC0DA;
}
</style>
border-color css
<style>
span { border-color: #ADC0DA; }
span { border-color: rgb(173,192,218); }
td.TdClassName
{
border-color: #ADC0DA;
}
.TagClassName
{
border-color: #ADC0DA;
}
</style>