Shades of Light Steel Blue #ABC1DF
Tints of Light Steel Blue #ABC1DF
RGB
CMYK
RGB Variations
Color information
#ABC1DF (or 0xABC1DF) is known color: Light Steel Blue. HEX triplet: AB, C1 and DF. RGB value is (171,193,223). Sum of RGB (Red+Green+Blue) = 171+193+223=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC1DF is #543E20. Grayscale: #BDBDBD. Windows color (decimal): -5520929 or 14664107. OLE color: 14664107.
HSL color Cylindrical-coordinate representation of color #ABC1DF: hue angle of 214.62º 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 #ABC1DF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 193 | 223 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.13 |
| HSL | 214.62º | 0.45% | 0.77% | - |
| HSV(B) | 214.62º | 0.23% | 0.87% | - |
| XYZ | 49.18 | 52.13 | 77.28 | - |
| YUV | 189.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 223 | 0.23 | 0.13 | 0 | 0.13 | 214.62 | 0.45 | 0.77 |
| Hex | AB | C1 | DF | 17 | D | 0 | D | D7 | 2D | 4D |
| Octal | 253 | 301 | 337 | 27 | 15 | 0 | 15 | 327 | 55 | 115 |
| Binary | 10101011 | 11000001 | 11011111 | 10111 | 1101 | 0 | 1101 | 11010111 | 101101 | 1001101 |
Color Harmonies of #ABC1DF
Complementary color
Monochromatic Colors of #ABC1DF
Black with #ABC1DF
Text Example
Text Example
White with #ABC1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC1DF; }
p { color: rgb(171,193,223); }
H1.HeaderClassName
{
color: #ABC1DF;
}
.AnyTagClassName
{
color: #ABC1DF;
}
</style>
background-color css
<style>
a { background-color: #ABC1DF; }
a { background-color: rgb(171,193,223); }
div.DivClassName
{
background-color: #ABC1DF;
}
.BgClassName
{
background-color: #ABC1DF;
}
</style>
border-color css
<style>
span { border-color: #ABC1DF; }
span { border-color: rgb(171,193,223); }
td.TdClassName
{
border-color: #ABC1DF;
}
.TagClassName
{
border-color: #ABC1DF;
}
</style>