Shades of Light Steel Blue #ABC6DF
Tints of Light Steel Blue #ABC6DF
RGB
CMYK
RGB Variations
Color information
#ABC6DF (or 0xABC6DF) is known color: Light Steel Blue. HEX triplet: AB, C6 and DF. RGB value is (171,198,223). Sum of RGB (Red+Green+Blue) = 171+198+223=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 198 (77.73% from 255 or 33.45% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC6DF is #543920. Grayscale: #C0C0C0. Windows color (decimal): -5519649 or 14665387. OLE color: 14665387.
HSL color Cylindrical-coordinate representation of color #ABC6DF: hue angle of 208.85º 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 #ABC6DF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 198 | 223 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.13 |
| HSL | 208.85º | 0.45% | 0.77% | - |
| HSV(B) | 208.85º | 0.23% | 0.87% | - |
| XYZ | 50.31 | 54.37 | 77.66 | - |
| YUV | 192.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 223 | 0.23 | 0.11 | 0 | 0.13 | 208.85 | 0.45 | 0.77 |
| Hex | AB | C6 | DF | 17 | B | 0 | D | D1 | 2D | 4D |
| Octal | 253 | 306 | 337 | 27 | 13 | 0 | 15 | 321 | 55 | 115 |
| Binary | 10101011 | 11000110 | 11011111 | 10111 | 1011 | 0 | 1101 | 11010001 | 101101 | 1001101 |
Color Harmonies of #ABC6DF
Complementary color
Monochromatic Colors of #ABC6DF
Black with #ABC6DF
Text Example
Text Example
White with #ABC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC6DF; }
p { color: rgb(171,198,223); }
H1.HeaderClassName
{
color: #ABC6DF;
}
.AnyTagClassName
{
color: #ABC6DF;
}
</style>
background-color css
<style>
a { background-color: #ABC6DF; }
a { background-color: rgb(171,198,223); }
div.DivClassName
{
background-color: #ABC6DF;
}
.BgClassName
{
background-color: #ABC6DF;
}
</style>
border-color css
<style>
span { border-color: #ABC6DF; }
span { border-color: rgb(171,198,223); }
td.TdClassName
{
border-color: #ABC6DF;
}
.TagClassName
{
border-color: #ABC6DF;
}
</style>