Shades of Light Steel Blue #ADC4DD
Tints of Light Steel Blue #ADC4DD
RGB
CMYK
RGB Variations
Color information
#ADC4DD (or 0xADC4DD) is known color: Light Steel Blue. HEX triplet: AD, C4 and DD. RGB value is (173,196,221). Sum of RGB (Red+Green+Blue) = 173+196+221=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4DD is #523B22. Grayscale: #BFBFBF. Windows color (decimal): -5389091 or 14533805. OLE color: 14533805.
HSL color Cylindrical-coordinate representation of color #ADC4DD: hue angle of 211.25º 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 #ADC4DD is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 196 | 221 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.13 |
| HSL | 211.25º | 0.41% | 0.77% | - |
| HSV(B) | 211.25º | 0.22% | 0.87% | - |
| XYZ | 50.02 | 53.58 | 76.11 | - |
| YUV | 191.97 | 144.38 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 221 | 0.22 | 0.11 | 0 | 0.13 | 211.25 | 0.41 | 0.77 |
| Hex | AD | C4 | DD | 16 | B | 0 | D | D3 | 29 | 4D |
| Octal | 255 | 304 | 335 | 26 | 13 | 0 | 15 | 323 | 51 | 115 |
| Binary | 10101101 | 11000100 | 11011101 | 10110 | 1011 | 0 | 1101 | 11010011 | 101001 | 1001101 |
Color Harmonies of #ADC4DD
Complementary color
Monochromatic Colors of #ADC4DD
Black with #ADC4DD
Text Example
Text Example
White with #ADC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC4DD; }
p { color: rgb(173,196,221); }
H1.HeaderClassName
{
color: #ADC4DD;
}
.AnyTagClassName
{
color: #ADC4DD;
}
</style>
background-color css
<style>
a { background-color: #ADC4DD; }
a { background-color: rgb(173,196,221); }
div.DivClassName
{
background-color: #ADC4DD;
}
.BgClassName
{
background-color: #ADC4DD;
}
</style>
border-color css
<style>
span { border-color: #ADC4DD; }
span { border-color: rgb(173,196,221); }
td.TdClassName
{
border-color: #ADC4DD;
}
.TagClassName
{
border-color: #ADC4DD;
}
</style>