Shades of Light Steel Blue #ABBDDB
Tints of Light Steel Blue #ABBDDB
RGB
CMYK
RGB Variations
Color information
#ABBDDB (or 0xABBDDB) is known color: Light Steel Blue. HEX triplet: AB, BD and DB. RGB value is (171,189,219). Sum of RGB (Red+Green+Blue) = 171+189+219=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABBDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDDB is #544224. Grayscale: #BABABA. Windows color (decimal): -5521957 or 14400939. OLE color: 14400939.
HSL color Cylindrical-coordinate representation of color #ABBDDB: hue angle of 217.5º 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 #ABBDDB is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 189 | 219 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.14 |
| HSL | 217.5º | 0.4% | 0.76% | - |
| HSV(B) | 217.5º | 0.22% | 0.86% | - |
| XYZ | 47.78 | 50.17 | 74.18 | - |
| YUV | 187.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 219 | 0.22 | 0.14 | 0 | 0.14 | 217.5 | 0.4 | 0.76 |
| Hex | AB | BD | DB | 16 | E | 0 | E | DA | 28 | 4C |
| Octal | 253 | 275 | 333 | 26 | 16 | 0 | 16 | 332 | 50 | 114 |
| Binary | 10101011 | 10111101 | 11011011 | 10110 | 1110 | 0 | 1110 | 11011010 | 101000 | 1001100 |
Color Harmonies of #ABBDDB
Complementary color
Monochromatic Colors of #ABBDDB
Black with #ABBDDB
Text Example
Text Example
White with #ABBDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBDDB; }
p { color: rgb(171,189,219); }
H1.HeaderClassName
{
color: #ABBDDB;
}
.AnyTagClassName
{
color: #ABBDDB;
}
</style>
background-color css
<style>
a { background-color: #ABBDDB; }
a { background-color: rgb(171,189,219); }
div.DivClassName
{
background-color: #ABBDDB;
}
.BgClassName
{
background-color: #ABBDDB;
}
</style>
border-color css
<style>
span { border-color: #ABBDDB; }
span { border-color: rgb(171,189,219); }
td.TdClassName
{
border-color: #ABBDDB;
}
.TagClassName
{
border-color: #ABBDDB;
}
</style>