Shades of Light Steel Blue #ADC8DF
Tints of Light Steel Blue #ADC8DF
RGB
CMYK
RGB Variations
Color information
#ADC8DF (or 0xADC8DF) is known color: Light Steel Blue. HEX triplet: AD, C8 and DF. RGB value is (173,200,223). Sum of RGB (Red+Green+Blue) = 173+200+223=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8DF is #523720. Grayscale: #C2C2C2. Windows color (decimal): -5388065 or 14665901. OLE color: 14665901.
HSL color Cylindrical-coordinate representation of color #ADC8DF: hue angle of 207.6º 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 #ADC8DF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 200 | 223 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 207.6º | 0.44% | 0.78% | - |
| HSV(B) | 207.6º | 0.22% | 0.87% | - |
| XYZ | 51.21 | 55.52 | 77.83 | - |
| YUV | 194.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 223 | 0.22 | 0.10 | 0 | 0.13 | 207.6 | 0.44 | 0.78 |
| Hex | AD | C8 | DF | 16 | A | 0 | D | D0 | 2C | 4E |
| Octal | 255 | 310 | 337 | 26 | 12 | 0 | 15 | 320 | 54 | 116 |
| Binary | 10101101 | 11001000 | 11011111 | 10110 | 1010 | 0 | 1101 | 11010000 | 101100 | 1001110 |
Color Harmonies of #ADC8DF
Complementary color
Monochromatic Colors of #ADC8DF
Black with #ADC8DF
Text Example
Text Example
White with #ADC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC8DF; }
p { color: rgb(173,200,223); }
H1.HeaderClassName
{
color: #ADC8DF;
}
.AnyTagClassName
{
color: #ADC8DF;
}
</style>
background-color css
<style>
a { background-color: #ADC8DF; }
a { background-color: rgb(173,200,223); }
div.DivClassName
{
background-color: #ADC8DF;
}
.BgClassName
{
background-color: #ADC8DF;
}
</style>
border-color css
<style>
span { border-color: #ADC8DF; }
span { border-color: rgb(173,200,223); }
td.TdClassName
{
border-color: #ADC8DF;
}
.TagClassName
{
border-color: #ADC8DF;
}
</style>