Shades of Light Steel Blue #ABBEDC
Tints of Light Steel Blue #ABBEDC
RGB
CMYK
RGB Variations
Color information
#ABBEDC (or 0xABBEDC) is known color: Light Steel Blue. HEX triplet: AB, BE and DC. RGB value is (171,190,220). Sum of RGB (Red+Green+Blue) = 171+190+220=581 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.43% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABBEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEDC is #544123. Grayscale: #BBBBBB. Windows color (decimal): -5521700 or 14466731. OLE color: 14466731.
HSL color Cylindrical-coordinate representation of color #ABBEDC: hue angle of 216.73º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABBEDC is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 190 | 220 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.14 |
| HSL | 216.73º | 0.41% | 0.77% | - |
| HSV(B) | 216.73º | 0.22% | 0.86% | - |
| XYZ | 48.13 | 50.65 | 74.95 | - |
| YUV | 187.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 220 | 0.22 | 0.14 | 0 | 0.14 | 216.73 | 0.41 | 0.77 |
| Hex | AB | BE | DC | 16 | E | 0 | E | D9 | 29 | 4D |
| Octal | 253 | 276 | 334 | 26 | 16 | 0 | 16 | 331 | 51 | 115 |
| Binary | 10101011 | 10111110 | 11011100 | 10110 | 1110 | 0 | 1110 | 11011001 | 101001 | 1001101 |
Color Harmonies of #ABBEDC
Complementary color
Monochromatic Colors of #ABBEDC
Black with #ABBEDC
Text Example
Text Example
White with #ABBEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEDC; }
p { color: rgb(171,190,220); }
H1.HeaderClassName
{
color: #ABBEDC;
}
.AnyTagClassName
{
color: #ABBEDC;
}
</style>
background-color css
<style>
a { background-color: #ABBEDC; }
a { background-color: rgb(171,190,220); }
div.DivClassName
{
background-color: #ABBEDC;
}
.BgClassName
{
background-color: #ABBEDC;
}
</style>
border-color css
<style>
span { border-color: #ABBEDC; }
span { border-color: rgb(171,190,220); }
td.TdClassName
{
border-color: #ABBEDC;
}
.TagClassName
{
border-color: #ABBEDC;
}
</style>