Shades of Light Steel Blue #ADC9DF
Tints of Light Steel Blue #ADC9DF
RGB
CMYK
RGB Variations
Color information
#ADC9DF (or 0xADC9DF) is known color: Light Steel Blue. HEX triplet: AD, C9 and DF. RGB value is (173,201,223). Sum of RGB (Red+Green+Blue) = 173+201+223=597 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.98% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9DF is #523620. Grayscale: #C3C3C3. Windows color (decimal): -5387809 or 14666157. OLE color: 14666157.
HSL color Cylindrical-coordinate representation of color #ADC9DF: hue angle of 206.4º 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 #ADC9DF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 201 | 223 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 206.4º | 0.44% | 0.78% | - |
| HSV(B) | 206.4º | 0.22% | 0.87% | - |
| XYZ | 51.44 | 55.99 | 77.91 | - |
| YUV | 195.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 223 | 0.22 | 0.10 | 0 | 0.13 | 206.4 | 0.44 | 0.78 |
| Hex | AD | C9 | DF | 16 | A | 0 | D | CE | 2C | 4E |
| Octal | 255 | 311 | 337 | 26 | 12 | 0 | 15 | 316 | 54 | 116 |
| Binary | 10101101 | 11001001 | 11011111 | 10110 | 1010 | 0 | 1101 | 11001110 | 101100 | 1001110 |
Color Harmonies of #ADC9DF
Complementary color
Monochromatic Colors of #ADC9DF
Black with #ADC9DF
Text Example
Text Example
White with #ADC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9DF; }
p { color: rgb(173,201,223); }
H1.HeaderClassName
{
color: #ADC9DF;
}
.AnyTagClassName
{
color: #ADC9DF;
}
</style>
background-color css
<style>
a { background-color: #ADC9DF; }
a { background-color: rgb(173,201,223); }
div.DivClassName
{
background-color: #ADC9DF;
}
.BgClassName
{
background-color: #ADC9DF;
}
</style>
border-color css
<style>
span { border-color: #ADC9DF; }
span { border-color: rgb(173,201,223); }
td.TdClassName
{
border-color: #ADC9DF;
}
.TagClassName
{
border-color: #ADC9DF;
}
</style>