Shades of Light Steel Blue #ADC3DA
Tints of Light Steel Blue #ADC3DA
RGB
CMYK
RGB Variations
Color information
#ADC3DA (or 0xADC3DA) is known color: Light Steel Blue. HEX triplet: AD, C3 and DA. RGB value is (173,195,218). Sum of RGB (Red+Green+Blue) = 173+195+218=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3DA is #523C25. Grayscale: #BEBEBE. Windows color (decimal): -5389350 or 14336941. OLE color: 14336941.
HSL color Cylindrical-coordinate representation of color #ADC3DA: hue angle of 210.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 #ADC3DA is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 195 | 218 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.15 |
| HSL | 210.67º | 0.38% | 0.77% | - |
| HSV(B) | 210.67º | 0.21% | 0.85% | - |
| XYZ | 49.4 | 52.98 | 73.95 | - |
| YUV | 191.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 218 | 0.21 | 0.11 | 0 | 0.15 | 210.67 | 0.38 | 0.77 |
| Hex | AD | C3 | DA | 15 | B | 0 | F | D3 | 26 | 4D |
| Octal | 255 | 303 | 332 | 25 | 13 | 0 | 17 | 323 | 46 | 115 |
| Binary | 10101101 | 11000011 | 11011010 | 10101 | 1011 | 0 | 1111 | 11010011 | 100110 | 1001101 |
Color Harmonies of #ADC3DA
Complementary color
Monochromatic Colors of #ADC3DA
Black with #ADC3DA
Text Example
Text Example
White with #ADC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3DA; }
p { color: rgb(173,195,218); }
H1.HeaderClassName
{
color: #ADC3DA;
}
.AnyTagClassName
{
color: #ADC3DA;
}
</style>
background-color css
<style>
a { background-color: #ADC3DA; }
a { background-color: rgb(173,195,218); }
div.DivClassName
{
background-color: #ADC3DA;
}
.BgClassName
{
background-color: #ADC3DA;
}
</style>
border-color css
<style>
span { border-color: #ADC3DA; }
span { border-color: rgb(173,195,218); }
td.TdClassName
{
border-color: #ADC3DA;
}
.TagClassName
{
border-color: #ADC3DA;
}
</style>