Shades of Light Steel Blue #ADBFDB
Tints of Light Steel Blue #ADBFDB
RGB
CMYK
RGB Variations
Color information
#ADBFDB (or 0xADBFDB) is known color: Light Steel Blue. HEX triplet: AD, BF and DB. RGB value is (173,191,219). Sum of RGB (Red+Green+Blue) = 173+191+219=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADBFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFDB is #524024. Grayscale: #BCBCBC. Windows color (decimal): -5390373 or 14401453. OLE color: 14401453.
HSL color Cylindrical-coordinate representation of color #ADBFDB: hue angle of 216.52º degrees, saturation: 0.39, 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 #ADBFDB is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 191 | 219 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.14 |
| HSL | 216.52º | 0.39% | 0.77% | - |
| HSV(B) | 216.52º | 0.21% | 0.86% | - |
| XYZ | 48.65 | 51.26 | 74.35 | - |
| YUV | 188.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 219 | 0.21 | 0.13 | 0 | 0.14 | 216.52 | 0.39 | 0.77 |
| Hex | AD | BF | DB | 15 | D | 0 | E | D9 | 27 | 4D |
| Octal | 255 | 277 | 333 | 25 | 15 | 0 | 16 | 331 | 47 | 115 |
| Binary | 10101101 | 10111111 | 11011011 | 10101 | 1101 | 0 | 1110 | 11011001 | 100111 | 1001101 |
Color Harmonies of #ADBFDB
Complementary color
Monochromatic Colors of #ADBFDB
Black with #ADBFDB
Text Example
Text Example
White with #ADBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFDB; }
p { color: rgb(173,191,219); }
H1.HeaderClassName
{
color: #ADBFDB;
}
.AnyTagClassName
{
color: #ADBFDB;
}
</style>
background-color css
<style>
a { background-color: #ADBFDB; }
a { background-color: rgb(173,191,219); }
div.DivClassName
{
background-color: #ADBFDB;
}
.BgClassName
{
background-color: #ADBFDB;
}
</style>
border-color css
<style>
span { border-color: #ADBFDB; }
span { border-color: rgb(173,191,219); }
td.TdClassName
{
border-color: #ADBFDB;
}
.TagClassName
{
border-color: #ADBFDB;
}
</style>