Shades of Light Steel Blue #ADC9DE
Tints of Light Steel Blue #ADC9DE
RGB
CMYK
RGB Variations
Color information
#ADC9DE (or 0xADC9DE) is known color: Light Steel Blue. HEX triplet: AD, C9 and DE. RGB value is (173,201,222). Sum of RGB (Red+Green+Blue) = 173+201+222=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADC9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9DE is #523621. Grayscale: #C2C2C2. Windows color (decimal): -5387810 or 14600621. OLE color: 14600621.
HSL color Cylindrical-coordinate representation of color #ADC9DE: hue angle of 205.71º 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 #ADC9DE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 201 | 222 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 205.71º | 0.43% | 0.77% | - |
| HSV(B) | 205.71º | 0.22% | 0.87% | - |
| XYZ | 51.31 | 55.93 | 77.2 | - |
| YUV | 195.02 | 143.22 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 222 | 0.22 | 0.09 | 0 | 0.13 | 205.71 | 0.43 | 0.77 |
| Hex | AD | C9 | DE | 16 | 9 | 0 | D | CE | 2B | 4D |
| Octal | 255 | 311 | 336 | 26 | 11 | 0 | 15 | 316 | 53 | 115 |
| Binary | 10101101 | 11001001 | 11011110 | 10110 | 1001 | 0 | 1101 | 11001110 | 101011 | 1001101 |
Color Harmonies of #ADC9DE
Complementary color
Monochromatic Colors of #ADC9DE
Black with #ADC9DE
Text Example
Text Example
White with #ADC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC9DE; }
p { color: rgb(173,201,222); }
H1.HeaderClassName
{
color: #ADC9DE;
}
.AnyTagClassName
{
color: #ADC9DE;
}
</style>
background-color css
<style>
a { background-color: #ADC9DE; }
a { background-color: rgb(173,201,222); }
div.DivClassName
{
background-color: #ADC9DE;
}
.BgClassName
{
background-color: #ADC9DE;
}
</style>
border-color css
<style>
span { border-color: #ADC9DE; }
span { border-color: rgb(173,201,222); }
td.TdClassName
{
border-color: #ADC9DE;
}
.TagClassName
{
border-color: #ADC9DE;
}
</style>