Shades of Light Steel Blue #ADC7DD
Tints of Light Steel Blue #ADC7DD
RGB
CMYK
RGB Variations
Color information
#ADC7DD (or 0xADC7DD) is known color: Light Steel Blue. HEX triplet: AD, C7 and DD. RGB value is (173,199,221). Sum of RGB (Red+Green+Blue) = 173+199+221=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7DD is #523822. Grayscale: #C1C1C1. Windows color (decimal): -5388323 or 14534573. OLE color: 14534573.
HSL color Cylindrical-coordinate representation of color #ADC7DD: hue angle of 207.5º degrees, saturation: 0.41, 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 #ADC7DD is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 199 | 221 | - |
CMYK | 0.22 | 0.10 | 0 | 0.13 |
HSL | 207.5º | 0.41% | 0.77% | - |
HSV(B) | 207.5º | 0.22% | 0.87% | - |
XYZ | 50.71 | 54.95 | 76.34 | - |
YUV | 193.73 | 143.39 | 113.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 199 | 221 | 0.22 | 0.10 | 0 | 0.13 | 207.5 | 0.41 | 0.77 |
Hex | AD | C7 | DD | 16 | A | 0 | D | D0 | 29 | 4D |
Octal | 255 | 307 | 335 | 26 | 12 | 0 | 15 | 320 | 51 | 115 |
Binary | 10101101 | 11000111 | 11011101 | 10110 | 1010 | 0 | 1101 | 11010000 | 101001 | 1001101 |
Color Harmonies of #ADC7DD
Complementary color
Monochromatic Colors of #ADC7DD
Black with #ADC7DD
Text Example
Text Example
White with #ADC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC7DD; }
p { color: rgb(173,199,221); }
H1.HeaderClassName
{
color: #ADC7DD;
}
.AnyTagClassName
{
color: #ADC7DD;
}
</style>
background-color css
<style>
a { background-color: #ADC7DD; }
a { background-color: rgb(173,199,221); }
div.DivClassName
{
background-color: #ADC7DD;
}
.BgClassName
{
background-color: #ADC7DD;
}
</style>
border-color css
<style>
span { border-color: #ADC7DD; }
span { border-color: rgb(173,199,221); }
td.TdClassName
{
border-color: #ADC7DD;
}
.TagClassName
{
border-color: #ADC7DD;
}
</style>