Shades of Light Steel Blue #ADBFDC
Tints of Light Steel Blue #ADBFDC
RGB
CMYK
RGB Variations
Color information
#ADBFDC (or 0xADBFDC) is known color: Light Steel Blue. HEX triplet: AD, BF and DC. RGB value is (173,191,220). Sum of RGB (Red+Green+Blue) = 173+191+220=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFDC is #524023. Grayscale: #BCBCBC. Windows color (decimal): -5390372 or 14466989. OLE color: 14466989.
HSL color Cylindrical-coordinate representation of color #ADBFDC: hue angle of 217.02º 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 #ADBFDC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 191 | 220 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.14 |
| HSL | 217.02º | 0.4% | 0.77% | - |
| HSV(B) | 217.02º | 0.21% | 0.86% | - |
| XYZ | 48.78 | 51.31 | 75.04 | - |
| YUV | 188.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 220 | 0.21 | 0.13 | 0 | 0.14 | 217.02 | 0.4 | 0.77 |
| Hex | AD | BF | DC | 15 | D | 0 | E | D9 | 28 | 4D |
| Octal | 255 | 277 | 334 | 25 | 15 | 0 | 16 | 331 | 50 | 115 |
| Binary | 10101101 | 10111111 | 11011100 | 10101 | 1101 | 0 | 1110 | 11011001 | 101000 | 1001101 |
Color Harmonies of #ADBFDC
Complementary color
Monochromatic Colors of #ADBFDC
Black with #ADBFDC
Text Example
Text Example
White with #ADBFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFDC; }
p { color: rgb(173,191,220); }
H1.HeaderClassName
{
color: #ADBFDC;
}
.AnyTagClassName
{
color: #ADBFDC;
}
</style>
background-color css
<style>
a { background-color: #ADBFDC; }
a { background-color: rgb(173,191,220); }
div.DivClassName
{
background-color: #ADBFDC;
}
.BgClassName
{
background-color: #ADBFDC;
}
</style>
border-color css
<style>
span { border-color: #ADBFDC; }
span { border-color: rgb(173,191,220); }
td.TdClassName
{
border-color: #ADBFDC;
}
.TagClassName
{
border-color: #ADBFDC;
}
</style>