Shades of Light Steel Blue #ADC6DF
Tints of Light Steel Blue #ADC6DF
RGB
CMYK
RGB Variations
Color information
#ADC6DF (or 0xADC6DF) is known color: Light Steel Blue. HEX triplet: AD, C6 and DF. RGB value is (173,198,223). Sum of RGB (Red+Green+Blue) = 173+198+223=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC6DF is #523920. Grayscale: #C1C1C1. Windows color (decimal): -5388577 or 14665389. OLE color: 14665389.
HSL color Cylindrical-coordinate representation of color #ADC6DF: hue angle of 210º 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 #ADC6DF is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 198 | 223 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.13 |
| HSL | 210º | 0.44% | 0.78% | - |
| HSV(B) | 210º | 0.22% | 0.87% | - |
| XYZ | 50.75 | 54.6 | 77.68 | - |
| YUV | 193.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 223 | 0.22 | 0.11 | 0 | 0.13 | 210 | 0.44 | 0.78 |
| Hex | AD | C6 | DF | 16 | B | 0 | D | D2 | 2C | 4E |
| Octal | 255 | 306 | 337 | 26 | 13 | 0 | 15 | 322 | 54 | 116 |
| Binary | 10101101 | 11000110 | 11011111 | 10110 | 1011 | 0 | 1101 | 11010010 | 101100 | 1001110 |
Color Harmonies of #ADC6DF
Complementary color
Monochromatic Colors of #ADC6DF
Black with #ADC6DF
Text Example
Text Example
White with #ADC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC6DF; }
p { color: rgb(173,198,223); }
H1.HeaderClassName
{
color: #ADC6DF;
}
.AnyTagClassName
{
color: #ADC6DF;
}
</style>
background-color css
<style>
a { background-color: #ADC6DF; }
a { background-color: rgb(173,198,223); }
div.DivClassName
{
background-color: #ADC6DF;
}
.BgClassName
{
background-color: #ADC6DF;
}
</style>
border-color css
<style>
span { border-color: #ADC6DF; }
span { border-color: rgb(173,198,223); }
td.TdClassName
{
border-color: #ADC6DF;
}
.TagClassName
{
border-color: #ADC6DF;
}
</style>