Shades of Light Steel Blue #ABBEDF
Tints of Light Steel Blue #ABBEDF
RGB
CMYK
RGB Variations
Color information
#ABBEDF (or 0xABBEDF) is known color: Light Steel Blue. HEX triplet: AB, BE and DF. RGB value is (171,190,223). Sum of RGB (Red+Green+Blue) = 171+190+223=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 190 (74.61% from 255 or 32.53% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABBEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEDF is #544120. Grayscale: #BBBBBB. Windows color (decimal): -5521697 or 14663339. OLE color: 14663339.
HSL color Cylindrical-coordinate representation of color #ABBEDF: hue angle of 218.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABBEDF is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 190 | 223 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.13 |
| HSL | 218.08º | 0.45% | 0.77% | - |
| HSV(B) | 218.08º | 0.23% | 0.87% | - |
| XYZ | 48.53 | 50.81 | 77.06 | - |
| YUV | 188.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 223 | 0.23 | 0.15 | 0 | 0.13 | 218.08 | 0.45 | 0.77 |
| Hex | AB | BE | DF | 17 | F | 0 | D | DA | 2D | 4D |
| Octal | 253 | 276 | 337 | 27 | 17 | 0 | 15 | 332 | 55 | 115 |
| Binary | 10101011 | 10111110 | 11011111 | 10111 | 1111 | 0 | 1101 | 11011010 | 101101 | 1001101 |
Color Harmonies of #ABBEDF
Complementary color
Monochromatic Colors of #ABBEDF
Black with #ABBEDF
Text Example
Text Example
White with #ABBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBEDF; }
p { color: rgb(171,190,223); }
H1.HeaderClassName
{
color: #ABBEDF;
}
.AnyTagClassName
{
color: #ABBEDF;
}
</style>
background-color css
<style>
a { background-color: #ABBEDF; }
a { background-color: rgb(171,190,223); }
div.DivClassName
{
background-color: #ABBEDF;
}
.BgClassName
{
background-color: #ABBEDF;
}
</style>
border-color css
<style>
span { border-color: #ABBEDF; }
span { border-color: rgb(171,190,223); }
td.TdClassName
{
border-color: #ABBEDF;
}
.TagClassName
{
border-color: #ABBEDF;
}
</style>