Shades of Light Steel Blue #ABBBD9
Tints of Light Steel Blue #ABBBD9
RGB
CMYK
RGB Variations
Color information
#ABBBD9 (or 0xABBBD9) is known color: Light Steel Blue. HEX triplet: AB, BB and D9. RGB value is (171,187,217). Sum of RGB (Red+Green+Blue) = 171+187+217=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 217 (85.16% from 255 or 37.74% from 575); Max value from RGB is 217 - color contains mainly: blue. Hex color #ABBBD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD9 is #544426. Grayscale: #B9B9B9. Windows color (decimal): -5522471 or 14269355. OLE color: 14269355.
HSL color Cylindrical-coordinate representation of color #ABBBD9: hue angle of 219.13º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABBBD9 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 187 | 217 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.15 |
| HSL | 219.13º | 0.38% | 0.76% | - |
| HSV(B) | 219.13º | 0.21% | 0.85% | - |
| XYZ | 47.09 | 49.21 | 72.66 | - |
| YUV | 185.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 217 | 0.21 | 0.14 | 0 | 0.15 | 219.13 | 0.38 | 0.76 |
| Hex | AB | BB | D9 | 15 | E | 0 | F | DB | 26 | 4C |
| Octal | 253 | 273 | 331 | 25 | 16 | 0 | 17 | 333 | 46 | 114 |
| Binary | 10101011 | 10111011 | 11011001 | 10101 | 1110 | 0 | 1111 | 11011011 | 100110 | 1001100 |
Color Harmonies of #ABBBD9
Complementary color
Monochromatic Colors of #ABBBD9
Black with #ABBBD9
Text Example
Text Example
White with #ABBBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBD9; }
p { color: rgb(171,187,217); }
H1.HeaderClassName
{
color: #ABBBD9;
}
.AnyTagClassName
{
color: #ABBBD9;
}
</style>
background-color css
<style>
a { background-color: #ABBBD9; }
a { background-color: rgb(171,187,217); }
div.DivClassName
{
background-color: #ABBBD9;
}
.BgClassName
{
background-color: #ABBBD9;
}
</style>
border-color css
<style>
span { border-color: #ABBBD9; }
span { border-color: rgb(171,187,217); }
td.TdClassName
{
border-color: #ABBBD9;
}
.TagClassName
{
border-color: #ABBBD9;
}
</style>