Shades of Light Steel Blue #ABC8DF
Tints of Light Steel Blue #ABC8DF
RGB
CMYK
RGB Variations
Color information
#ABC8DF (or 0xABC8DF) is known color: Light Steel Blue. HEX triplet: AB, C8 and DF. RGB value is (171,200,223). Sum of RGB (Red+Green+Blue) = 171+200+223=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8DF is #543720. Grayscale: #C1C1C1. Windows color (decimal): -5519137 or 14665899. OLE color: 14665899.
HSL color Cylindrical-coordinate representation of color #ABC8DF: hue angle of 206.54º 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 #ABC8DF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 200 | 223 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.13 |
| HSL | 206.54º | 0.45% | 0.77% | - |
| HSV(B) | 206.54º | 0.23% | 0.87% | - |
| XYZ | 50.77 | 55.29 | 77.81 | - |
| YUV | 193.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 223 | 0.23 | 0.10 | 0 | 0.13 | 206.54 | 0.45 | 0.77 |
| Hex | AB | C8 | DF | 17 | A | 0 | D | CF | 2D | 4D |
| Octal | 253 | 310 | 337 | 27 | 12 | 0 | 15 | 317 | 55 | 115 |
| Binary | 10101011 | 11001000 | 11011111 | 10111 | 1010 | 0 | 1101 | 11001111 | 101101 | 1001101 |
Color Harmonies of #ABC8DF
Complementary color
Monochromatic Colors of #ABC8DF
Black with #ABC8DF
Text Example
Text Example
White with #ABC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8DF; }
p { color: rgb(171,200,223); }
H1.HeaderClassName
{
color: #ABC8DF;
}
.AnyTagClassName
{
color: #ABC8DF;
}
</style>
background-color css
<style>
a { background-color: #ABC8DF; }
a { background-color: rgb(171,200,223); }
div.DivClassName
{
background-color: #ABC8DF;
}
.BgClassName
{
background-color: #ABC8DF;
}
</style>
border-color css
<style>
span { border-color: #ABC8DF; }
span { border-color: rgb(171,200,223); }
td.TdClassName
{
border-color: #ABC8DF;
}
.TagClassName
{
border-color: #ABC8DF;
}
</style>