Shades of Light Steel Blue #ADC7DC
Tints of Light Steel Blue #ADC7DC
RGB
CMYK
RGB Variations
Color information
#ADC7DC (or 0xADC7DC) is known color: Light Steel Blue. HEX triplet: AD, C7 and DC. RGB value is (173,199,220). Sum of RGB (Red+Green+Blue) = 173+199+220=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7DC is #523823. Grayscale: #C1C1C1. Windows color (decimal): -5388324 or 14469037. OLE color: 14469037.
HSL color Cylindrical-coordinate representation of color #ADC7DC: hue angle of 206.81º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADC7DC is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 199 | 220 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.14 |
| HSL | 206.81º | 0.4% | 0.77% | - |
| HSV(B) | 206.81º | 0.21% | 0.86% | - |
| XYZ | 50.58 | 54.9 | 75.64 | - |
| YUV | 193.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 220 | 0.21 | 0.10 | 0 | 0.14 | 206.81 | 0.4 | 0.77 |
| Hex | AD | C7 | DC | 15 | A | 0 | E | CF | 28 | 4D |
| Octal | 255 | 307 | 334 | 25 | 12 | 0 | 16 | 317 | 50 | 115 |
| Binary | 10101101 | 11000111 | 11011100 | 10101 | 1010 | 0 | 1110 | 11001111 | 101000 | 1001101 |
Color Harmonies of #ADC7DC
Complementary color
Monochromatic Colors of #ADC7DC
Black with #ADC7DC
Text Example
Text Example
White with #ADC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7DC; }
p { color: rgb(173,199,220); }
H1.HeaderClassName
{
color: #ADC7DC;
}
.AnyTagClassName
{
color: #ADC7DC;
}
</style>
background-color css
<style>
a { background-color: #ADC7DC; }
a { background-color: rgb(173,199,220); }
div.DivClassName
{
background-color: #ADC7DC;
}
.BgClassName
{
background-color: #ADC7DC;
}
</style>
border-color css
<style>
span { border-color: #ADC7DC; }
span { border-color: rgb(173,199,220); }
td.TdClassName
{
border-color: #ADC7DC;
}
.TagClassName
{
border-color: #ADC7DC;
}
</style>