Shades of Light Steel Blue #ADBBD6
Tints of Light Steel Blue #ADBBD6
RGB
CMYK
RGB Variations
Color information
#ADBBD6 (or 0xADBBD6) is known color: Light Steel Blue. HEX triplet: AD, BB and D6. RGB value is (173,187,214). Sum of RGB (Red+Green+Blue) = 173+187+214=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADBBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBD6 is #524429. Grayscale: #B9B9B9. Windows color (decimal): -5391402 or 14072749. OLE color: 14072749.
HSL color Cylindrical-coordinate representation of color #ADBBD6: hue angle of 219.51º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBBD6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 187 | 214 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.16 |
| HSL | 219.51º | 0.33% | 0.76% | - |
| HSV(B) | 219.51º | 0.19% | 0.84% | - |
| XYZ | 47.14 | 49.28 | 70.65 | - |
| YUV | 185.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 214 | 0.19 | 0.13 | 0 | 0.16 | 219.51 | 0.33 | 0.76 |
| Hex | AD | BB | D6 | 13 | D | 0 | 10 | DC | 21 | 4C |
| Octal | 255 | 273 | 326 | 23 | 15 | 0 | 20 | 334 | 41 | 114 |
| Binary | 10101101 | 10111011 | 11010110 | 10011 | 1101 | 0 | 10000 | 11011100 | 100001 | 1001100 |
Color Harmonies of #ADBBD6
Complementary color
Monochromatic Colors of #ADBBD6
Black with #ADBBD6
Text Example
Text Example
White with #ADBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBBD6; }
p { color: rgb(173,187,214); }
H1.HeaderClassName
{
color: #ADBBD6;
}
.AnyTagClassName
{
color: #ADBBD6;
}
</style>
background-color css
<style>
a { background-color: #ADBBD6; }
a { background-color: rgb(173,187,214); }
div.DivClassName
{
background-color: #ADBBD6;
}
.BgClassName
{
background-color: #ADBBD6;
}
</style>
border-color css
<style>
span { border-color: #ADBBD6; }
span { border-color: rgb(173,187,214); }
td.TdClassName
{
border-color: #ADBBD6;
}
.TagClassName
{
border-color: #ADBBD6;
}
</style>