Shades of Light Steel Blue #ADC3DD
Tints of Light Steel Blue #ADC3DD
RGB
CMYK
RGB Variations
Color information
#ADC3DD (or 0xADC3DD) is known color: Light Steel Blue. HEX triplet: AD, C3 and DD. RGB value is (173,195,221). Sum of RGB (Red+Green+Blue) = 173+195+221=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC3DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3DD is #523C22. Grayscale: #BFBFBF. Windows color (decimal): -5389347 or 14533549. OLE color: 14533549.
HSL color Cylindrical-coordinate representation of color #ADC3DD: hue angle of 212.5º 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 #ADC3DD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 195 | 221 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.13 |
| HSL | 212.5º | 0.41% | 0.77% | - |
| HSV(B) | 212.5º | 0.22% | 0.87% | - |
| XYZ | 49.8 | 53.13 | 76.04 | - |
| YUV | 191.39 | 144.71 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 221 | 0.22 | 0.12 | 0 | 0.13 | 212.5 | 0.41 | 0.77 |
| Hex | AD | C3 | DD | 16 | C | 0 | D | D4 | 29 | 4D |
| Octal | 255 | 303 | 335 | 26 | 14 | 0 | 15 | 324 | 51 | 115 |
| Binary | 10101101 | 11000011 | 11011101 | 10110 | 1100 | 0 | 1101 | 11010100 | 101001 | 1001101 |
Color Harmonies of #ADC3DD
Complementary color
Monochromatic Colors of #ADC3DD
Black with #ADC3DD
Text Example
Text Example
White with #ADC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC3DD; }
p { color: rgb(173,195,221); }
H1.HeaderClassName
{
color: #ADC3DD;
}
.AnyTagClassName
{
color: #ADC3DD;
}
</style>
background-color css
<style>
a { background-color: #ADC3DD; }
a { background-color: rgb(173,195,221); }
div.DivClassName
{
background-color: #ADC3DD;
}
.BgClassName
{
background-color: #ADC3DD;
}
</style>
border-color css
<style>
span { border-color: #ADC3DD; }
span { border-color: rgb(173,195,221); }
td.TdClassName
{
border-color: #ADC3DD;
}
.TagClassName
{
border-color: #ADC3DD;
}
</style>