Shades of Light Steel Blue #ADC7DE
Tints of Light Steel Blue #ADC7DE
RGB
CMYK
RGB Variations
Color information
#ADC7DE (or 0xADC7DE) is known color: Light Steel Blue. HEX triplet: AD, C7 and DE. RGB value is (173,199,222). Sum of RGB (Red+Green+Blue) = 173+199+222=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7DE is #523821. Grayscale: #C1C1C1. Windows color (decimal): -5388322 or 14600109. OLE color: 14600109.
HSL color Cylindrical-coordinate representation of color #ADC7DE: hue angle of 208.16º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADC7DE is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 199 | 222 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 208.16º | 0.43% | 0.77% | - |
| HSV(B) | 208.16º | 0.22% | 0.87% | - |
| XYZ | 50.84 | 55.01 | 77.04 | - |
| YUV | 193.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 222 | 0.22 | 0.10 | 0 | 0.13 | 208.16 | 0.43 | 0.77 |
| Hex | AD | C7 | DE | 16 | A | 0 | D | D0 | 2B | 4D |
| Octal | 255 | 307 | 336 | 26 | 12 | 0 | 15 | 320 | 53 | 115 |
| Binary | 10101101 | 11000111 | 11011110 | 10110 | 1010 | 0 | 1101 | 11010000 | 101011 | 1001101 |
Color Harmonies of #ADC7DE
Complementary color
Monochromatic Colors of #ADC7DE
Black with #ADC7DE
Text Example
Text Example
White with #ADC7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7DE; }
p { color: rgb(173,199,222); }
H1.HeaderClassName
{
color: #ADC7DE;
}
.AnyTagClassName
{
color: #ADC7DE;
}
</style>
background-color css
<style>
a { background-color: #ADC7DE; }
a { background-color: rgb(173,199,222); }
div.DivClassName
{
background-color: #ADC7DE;
}
.BgClassName
{
background-color: #ADC7DE;
}
</style>
border-color css
<style>
span { border-color: #ADC7DE; }
span { border-color: rgb(173,199,222); }
td.TdClassName
{
border-color: #ADC7DE;
}
.TagClassName
{
border-color: #ADC7DE;
}
</style>