Shades of Light Steel Blue #ADC1DF
Tints of Light Steel Blue #ADC1DF
RGB
CMYK
RGB Variations
Color information
#ADC1DF (or 0xADC1DF) is known color: Light Steel Blue. HEX triplet: AD, C1 and DF. RGB value is (173,193,223). Sum of RGB (Red+Green+Blue) = 173+193+223=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1DF is #523E20. Grayscale: #BEBEBE. Windows color (decimal): -5389857 or 14664109. OLE color: 14664109.
HSL color Cylindrical-coordinate representation of color #ADC1DF: hue angle of 216º 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 #ADC1DF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 193 | 223 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 216º | 0.44% | 0.78% | - |
| HSV(B) | 216º | 0.22% | 0.87% | - |
| XYZ | 49.62 | 52.35 | 77.3 | - |
| YUV | 190.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 223 | 0.22 | 0.13 | 0 | 0.13 | 216 | 0.44 | 0.78 |
| Hex | AD | C1 | DF | 16 | D | 0 | D | D8 | 2C | 4E |
| Octal | 255 | 301 | 337 | 26 | 15 | 0 | 15 | 330 | 54 | 116 |
| Binary | 10101101 | 11000001 | 11011111 | 10110 | 1101 | 0 | 1101 | 11011000 | 101100 | 1001110 |
Color Harmonies of #ADC1DF
Complementary color
Monochromatic Colors of #ADC1DF
Black with #ADC1DF
Text Example
Text Example
White with #ADC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC1DF; }
p { color: rgb(173,193,223); }
H1.HeaderClassName
{
color: #ADC1DF;
}
.AnyTagClassName
{
color: #ADC1DF;
}
</style>
background-color css
<style>
a { background-color: #ADC1DF; }
a { background-color: rgb(173,193,223); }
div.DivClassName
{
background-color: #ADC1DF;
}
.BgClassName
{
background-color: #ADC1DF;
}
</style>
border-color css
<style>
span { border-color: #ADC1DF; }
span { border-color: rgb(173,193,223); }
td.TdClassName
{
border-color: #ADC1DF;
}
.TagClassName
{
border-color: #ADC1DF;
}
</style>