Shades of Light Steel Blue #ADC2DF
Tints of Light Steel Blue #ADC2DF
RGB
CMYK
RGB Variations
Color information
#ADC2DF (or 0xADC2DF) is known color: Light Steel Blue. HEX triplet: AD, C2 and DF. RGB value is (173,194,223). Sum of RGB (Red+Green+Blue) = 173+194+223=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2DF is #523D20. Grayscale: #BEBEBE. Windows color (decimal): -5389601 or 14664365. OLE color: 14664365.
HSL color Cylindrical-coordinate representation of color #ADC2DF: hue angle of 214.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC2DF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 194 | 223 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 214.8º | 0.44% | 0.78% | - |
| HSV(B) | 214.8º | 0.22% | 0.87% | - |
| XYZ | 49.84 | 52.8 | 77.38 | - |
| YUV | 191.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 223 | 0.22 | 0.13 | 0 | 0.13 | 214.8 | 0.44 | 0.78 |
| Hex | AD | C2 | DF | 16 | D | 0 | D | D7 | 2C | 4E |
| Octal | 255 | 302 | 337 | 26 | 15 | 0 | 15 | 327 | 54 | 116 |
| Binary | 10101101 | 11000010 | 11011111 | 10110 | 1101 | 0 | 1101 | 11010111 | 101100 | 1001110 |
Color Harmonies of #ADC2DF
Complementary color
Monochromatic Colors of #ADC2DF
Black with #ADC2DF
Text Example
Text Example
White with #ADC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC2DF; }
p { color: rgb(173,194,223); }
H1.HeaderClassName
{
color: #ADC2DF;
}
.AnyTagClassName
{
color: #ADC2DF;
}
</style>
background-color css
<style>
a { background-color: #ADC2DF; }
a { background-color: rgb(173,194,223); }
div.DivClassName
{
background-color: #ADC2DF;
}
.BgClassName
{
background-color: #ADC2DF;
}
</style>
border-color css
<style>
span { border-color: #ADC2DF; }
span { border-color: rgb(173,194,223); }
td.TdClassName
{
border-color: #ADC2DF;
}
.TagClassName
{
border-color: #ADC2DF;
}
</style>