Shades of Light Steel Blue #ADBFDA
Tints of Light Steel Blue #ADBFDA
RGB
CMYK
RGB Variations
Color information
#ADBFDA (or 0xADBFDA) is known color: Light Steel Blue. HEX triplet: AD, BF and DA. RGB value is (173,191,218). Sum of RGB (Red+Green+Blue) = 173+191+218=582 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.73% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFDA is #524025. Grayscale: #BCBCBC. Windows color (decimal): -5390374 or 14335917. OLE color: 14335917.
HSL color Cylindrical-coordinate representation of color #ADBFDA: hue angle of 216º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADBFDA is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 191 | 218 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.15 |
| HSL | 216º | 0.38% | 0.77% | - |
| HSV(B) | 216º | 0.21% | 0.85% | - |
| XYZ | 48.52 | 51.21 | 73.66 | - |
| YUV | 188.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 218 | 0.21 | 0.12 | 0 | 0.15 | 216 | 0.38 | 0.77 |
| Hex | AD | BF | DA | 15 | C | 0 | F | D8 | 26 | 4D |
| Octal | 255 | 277 | 332 | 25 | 14 | 0 | 17 | 330 | 46 | 115 |
| Binary | 10101101 | 10111111 | 11011010 | 10101 | 1100 | 0 | 1111 | 11011000 | 100110 | 1001101 |
Color Harmonies of #ADBFDA
Complementary color
Monochromatic Colors of #ADBFDA
Black with #ADBFDA
Text Example
Text Example
White with #ADBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBFDA; }
p { color: rgb(173,191,218); }
H1.HeaderClassName
{
color: #ADBFDA;
}
.AnyTagClassName
{
color: #ADBFDA;
}
</style>
background-color css
<style>
a { background-color: #ADBFDA; }
a { background-color: rgb(173,191,218); }
div.DivClassName
{
background-color: #ADBFDA;
}
.BgClassName
{
background-color: #ADBFDA;
}
</style>
border-color css
<style>
span { border-color: #ADBFDA; }
span { border-color: rgb(173,191,218); }
td.TdClassName
{
border-color: #ADBFDA;
}
.TagClassName
{
border-color: #ADBFDA;
}
</style>