Shades of Light Steel Blue #ABBCDB
Tints of Light Steel Blue #ABBCDB
RGB
CMYK
RGB Variations
Color information
#ABBCDB (or 0xABBCDB) is known color: Light Steel Blue. HEX triplet: AB, BC and DB. RGB value is (171,188,219). Sum of RGB (Red+Green+Blue) = 171+188+219=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCDB is #544324. Grayscale: #BABABA. Windows color (decimal): -5522213 or 14400683. OLE color: 14400683.
HSL color Cylindrical-coordinate representation of color #ABBCDB: hue angle of 218.75º 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 #ABBCDB is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 188 | 219 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.14 |
| HSL | 218.75º | 0.4% | 0.76% | - |
| HSV(B) | 218.75º | 0.22% | 0.86% | - |
| XYZ | 47.56 | 49.74 | 74.11 | - |
| YUV | 186.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 219 | 0.22 | 0.14 | 0 | 0.14 | 218.75 | 0.4 | 0.76 |
| Hex | AB | BC | DB | 16 | E | 0 | E | DB | 28 | 4C |
| Octal | 253 | 274 | 333 | 26 | 16 | 0 | 16 | 333 | 50 | 114 |
| Binary | 10101011 | 10111100 | 11011011 | 10110 | 1110 | 0 | 1110 | 11011011 | 101000 | 1001100 |
Color Harmonies of #ABBCDB
Complementary color
Monochromatic Colors of #ABBCDB
Black with #ABBCDB
Text Example
Text Example
White with #ABBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBCDB; }
p { color: rgb(171,188,219); }
H1.HeaderClassName
{
color: #ABBCDB;
}
.AnyTagClassName
{
color: #ABBCDB;
}
</style>
background-color css
<style>
a { background-color: #ABBCDB; }
a { background-color: rgb(171,188,219); }
div.DivClassName
{
background-color: #ABBCDB;
}
.BgClassName
{
background-color: #ABBCDB;
}
</style>
border-color css
<style>
span { border-color: #ABBCDB; }
span { border-color: rgb(171,188,219); }
td.TdClassName
{
border-color: #ABBCDB;
}
.TagClassName
{
border-color: #ABBCDB;
}
</style>