Shades of Light Steel Blue #ADC5DD
Tints of Light Steel Blue #ADC5DD
RGB
CMYK
RGB Variations
Color information
#ADC5DD (or 0xADC5DD) is known color: Light Steel Blue. HEX triplet: AD, C5 and DD. RGB value is (173,197,221). Sum of RGB (Red+Green+Blue) = 173+197+221=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADC5DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5DD is #523A22. Grayscale: #C0C0C0. Windows color (decimal): -5388835 or 14534061. OLE color: 14534061.
HSL color Cylindrical-coordinate representation of color #ADC5DD: hue angle of 210º 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 #ADC5DD is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 197 | 221 | - |
CMYK | 0.22 | 0.11 | 0 | 0.13 |
HSL | 210º | 0.41% | 0.77% | - |
HSV(B) | 210º | 0.22% | 0.87% | - |
XYZ | 50.25 | 54.04 | 76.19 | - |
YUV | 192.56 | 144.05 | 114.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 197 | 221 | 0.22 | 0.11 | 0 | 0.13 | 210 | 0.41 | 0.77 |
Hex | AD | C5 | DD | 16 | B | 0 | D | D2 | 29 | 4D |
Octal | 255 | 305 | 335 | 26 | 13 | 0 | 15 | 322 | 51 | 115 |
Binary | 10101101 | 11000101 | 11011101 | 10110 | 1011 | 0 | 1101 | 11010010 | 101001 | 1001101 |
Color Harmonies of #ADC5DD
Complementary color
Monochromatic Colors of #ADC5DD
Black with #ADC5DD
Text Example
Text Example
White with #ADC5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC5DD; }
p { color: rgb(173,197,221); }
H1.HeaderClassName
{
color: #ADC5DD;
}
.AnyTagClassName
{
color: #ADC5DD;
}
</style>
background-color css
<style>
a { background-color: #ADC5DD; }
a { background-color: rgb(173,197,221); }
div.DivClassName
{
background-color: #ADC5DD;
}
.BgClassName
{
background-color: #ADC5DD;
}
</style>
border-color css
<style>
span { border-color: #ADC5DD; }
span { border-color: rgb(173,197,221); }
td.TdClassName
{
border-color: #ADC5DD;
}
.TagClassName
{
border-color: #ADC5DD;
}
</style>