Shades of Light Steel Blue #ADC2DD
Tints of Light Steel Blue #ADC2DD
RGB
CMYK
RGB Variations
Color information
#ADC2DD (or 0xADC2DD) is known color: Light Steel Blue. HEX triplet: AD, C2 and DD. RGB value is (173,194,221). Sum of RGB (Red+Green+Blue) = 173+194+221=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2DD is #523D22. Grayscale: #BEBEBE. Windows color (decimal): -5389603 or 14533293. OLE color: 14533293.
HSL color Cylindrical-coordinate representation of color #ADC2DD: hue angle of 213.75º 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 #ADC2DD is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 194 | 221 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.13 |
| HSL | 213.75º | 0.41% | 0.77% | - |
| HSV(B) | 213.75º | 0.22% | 0.87% | - |
| XYZ | 49.58 | 52.69 | 75.96 | - |
| YUV | 190.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 221 | 0.22 | 0.12 | 0 | 0.13 | 213.75 | 0.41 | 0.77 |
| Hex | AD | C2 | DD | 16 | C | 0 | D | D6 | 29 | 4D |
| Octal | 255 | 302 | 335 | 26 | 14 | 0 | 15 | 326 | 51 | 115 |
| Binary | 10101101 | 11000010 | 11011101 | 10110 | 1100 | 0 | 1101 | 11010110 | 101001 | 1001101 |
Color Harmonies of #ADC2DD
Complementary color
Monochromatic Colors of #ADC2DD
Black with #ADC2DD
Text Example
Text Example
White with #ADC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2DD; }
p { color: rgb(173,194,221); }
H1.HeaderClassName
{
color: #ADC2DD;
}
.AnyTagClassName
{
color: #ADC2DD;
}
</style>
background-color css
<style>
a { background-color: #ADC2DD; }
a { background-color: rgb(173,194,221); }
div.DivClassName
{
background-color: #ADC2DD;
}
.BgClassName
{
background-color: #ADC2DD;
}
</style>
border-color css
<style>
span { border-color: #ADC2DD; }
span { border-color: rgb(173,194,221); }
td.TdClassName
{
border-color: #ADC2DD;
}
.TagClassName
{
border-color: #ADC2DD;
}
</style>