Shades of Light Steel Blue #ABBFDD
Tints of Light Steel Blue #ABBFDD
RGB
CMYK
RGB Variations
Color information
#ABBFDD (or 0xABBFDD) is known color: Light Steel Blue. HEX triplet: AB, BF and DD. RGB value is (171,191,221). Sum of RGB (Red+Green+Blue) = 171+191+221=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBFDD is #544022. Grayscale: #BCBCBC. Windows color (decimal): -5521443 or 14532523. OLE color: 14532523.
HSL color Cylindrical-coordinate representation of color #ABBFDD: hue angle of 216º degrees, saturation: 0.42, 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 #ABBFDD is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 191 | 221 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.13 |
| HSL | 216º | 0.42% | 0.77% | - |
| HSV(B) | 216º | 0.23% | 0.87% | - |
| XYZ | 48.48 | 51.14 | 75.72 | - |
| YUV | 188.44 | 146.37 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 221 | 0.23 | 0.14 | 0 | 0.13 | 216 | 0.42 | 0.77 |
| Hex | AB | BF | DD | 17 | E | 0 | D | D8 | 2A | 4D |
| Octal | 253 | 277 | 335 | 27 | 16 | 0 | 15 | 330 | 52 | 115 |
| Binary | 10101011 | 10111111 | 11011101 | 10111 | 1110 | 0 | 1101 | 11011000 | 101010 | 1001101 |
Color Harmonies of #ABBFDD
Complementary color
Monochromatic Colors of #ABBFDD
Black with #ABBFDD
Text Example
Text Example
White with #ABBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBFDD; }
p { color: rgb(171,191,221); }
H1.HeaderClassName
{
color: #ABBFDD;
}
.AnyTagClassName
{
color: #ABBFDD;
}
</style>
background-color css
<style>
a { background-color: #ABBFDD; }
a { background-color: rgb(171,191,221); }
div.DivClassName
{
background-color: #ABBFDD;
}
.BgClassName
{
background-color: #ABBFDD;
}
</style>
border-color css
<style>
span { border-color: #ABBFDD; }
span { border-color: rgb(171,191,221); }
td.TdClassName
{
border-color: #ABBFDD;
}
.TagClassName
{
border-color: #ABBFDD;
}
</style>