Shades of Light Steel Blue #ABBBDD
Tints of Light Steel Blue #ABBBDD
RGB
CMYK
RGB Variations
Color information
#ABBBDD (or 0xABBBDD) is known color: Light Steel Blue. HEX triplet: AB, BB and DD. RGB value is (171,187,221). Sum of RGB (Red+Green+Blue) = 171+187+221=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABBBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBDD is #544422. Grayscale: #B9B9B9. Windows color (decimal): -5522467 or 14531499. OLE color: 14531499.
HSL color Cylindrical-coordinate representation of color #ABBBDD: hue angle of 220.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBBDD is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 187 | 221 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.13 |
| HSL | 220.8º | 0.42% | 0.77% | - |
| HSV(B) | 220.8º | 0.23% | 0.87% | - |
| XYZ | 47.62 | 49.42 | 75.44 | - |
| YUV | 186.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 221 | 0.23 | 0.15 | 0 | 0.13 | 220.8 | 0.42 | 0.77 |
| Hex | AB | BB | DD | 17 | F | 0 | D | DD | 2A | 4D |
| Octal | 253 | 273 | 335 | 27 | 17 | 0 | 15 | 335 | 52 | 115 |
| Binary | 10101011 | 10111011 | 11011101 | 10111 | 1111 | 0 | 1101 | 11011101 | 101010 | 1001101 |
Color Harmonies of #ABBBDD
Complementary color
Monochromatic Colors of #ABBBDD
Black with #ABBBDD
Text Example
Text Example
White with #ABBBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBDD; }
p { color: rgb(171,187,221); }
H1.HeaderClassName
{
color: #ABBBDD;
}
.AnyTagClassName
{
color: #ABBBDD;
}
</style>
background-color css
<style>
a { background-color: #ABBBDD; }
a { background-color: rgb(171,187,221); }
div.DivClassName
{
background-color: #ABBBDD;
}
.BgClassName
{
background-color: #ABBBDD;
}
</style>
border-color css
<style>
span { border-color: #ABBBDD; }
span { border-color: rgb(171,187,221); }
td.TdClassName
{
border-color: #ABBBDD;
}
.TagClassName
{
border-color: #ABBBDD;
}
</style>