Shades of Light Steel Blue #ABBBDB
Tints of Light Steel Blue #ABBBDB
RGB
CMYK
RGB Variations
Color information
#ABBBDB (or 0xABBBDB) is known color: Light Steel Blue. HEX triplet: AB, BB and DB. RGB value is (171,187,219). Sum of RGB (Red+Green+Blue) = 171+187+219=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABBBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBDB is #544424. Grayscale: #B9B9B9. Windows color (decimal): -5522469 or 14400427. OLE color: 14400427.
HSL color Cylindrical-coordinate representation of color #ABBBDB: hue angle of 220º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBBDB is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 187 | 219 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.14 |
| HSL | 220º | 0.4% | 0.76% | - |
| HSV(B) | 220º | 0.22% | 0.86% | - |
| XYZ | 47.35 | 49.31 | 74.04 | - |
| YUV | 185.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 219 | 0.22 | 0.15 | 0 | 0.14 | 220 | 0.4 | 0.76 |
| Hex | AB | BB | DB | 16 | F | 0 | E | DC | 28 | 4C |
| Octal | 253 | 273 | 333 | 26 | 17 | 0 | 16 | 334 | 50 | 114 |
| Binary | 10101011 | 10111011 | 11011011 | 10110 | 1111 | 0 | 1110 | 11011100 | 101000 | 1001100 |
Color Harmonies of #ABBBDB
Complementary color
Monochromatic Colors of #ABBBDB
Black with #ABBBDB
Text Example
Text Example
White with #ABBBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBBDB; }
p { color: rgb(171,187,219); }
H1.HeaderClassName
{
color: #ABBBDB;
}
.AnyTagClassName
{
color: #ABBBDB;
}
</style>
background-color css
<style>
a { background-color: #ABBBDB; }
a { background-color: rgb(171,187,219); }
div.DivClassName
{
background-color: #ABBBDB;
}
.BgClassName
{
background-color: #ABBBDB;
}
</style>
border-color css
<style>
span { border-color: #ABBBDB; }
span { border-color: rgb(171,187,219); }
td.TdClassName
{
border-color: #ABBBDB;
}
.TagClassName
{
border-color: #ABBBDB;
}
</style>