Shades of Light Steel Blue #ABC3DF
Tints of Light Steel Blue #ABC3DF
RGB
CMYK
RGB Variations
Color information
#ABC3DF (or 0xABC3DF) is known color: Light Steel Blue. HEX triplet: AB, C3 and DF. RGB value is (171,195,223). Sum of RGB (Red+Green+Blue) = 171+195+223=589 (78% of max value = 765). Red value is 171 (67.19% from 255 or 29.03% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC3DF is #543C20. Grayscale: #BEBEBE. Windows color (decimal): -5520417 or 14664619. OLE color: 14664619.
HSL color Cylindrical-coordinate representation of color #ABC3DF: hue angle of 212.31º 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 #ABC3DF is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 195 | 223 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.13 |
| HSL | 212.31º | 0.45% | 0.77% | - |
| HSV(B) | 212.31º | 0.23% | 0.87% | - |
| XYZ | 49.63 | 53.02 | 77.43 | - |
| YUV | 191.02 | 146.05 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 223 | 0.23 | 0.13 | 0 | 0.13 | 212.31 | 0.45 | 0.77 |
| Hex | AB | C3 | DF | 17 | D | 0 | D | D4 | 2D | 4D |
| Octal | 253 | 303 | 337 | 27 | 15 | 0 | 15 | 324 | 55 | 115 |
| Binary | 10101011 | 11000011 | 11011111 | 10111 | 1101 | 0 | 1101 | 11010100 | 101101 | 1001101 |
Color Harmonies of #ABC3DF
Complementary color
Monochromatic Colors of #ABC3DF
Black with #ABC3DF
Text Example
Text Example
White with #ABC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC3DF; }
p { color: rgb(171,195,223); }
H1.HeaderClassName
{
color: #ABC3DF;
}
.AnyTagClassName
{
color: #ABC3DF;
}
</style>
background-color css
<style>
a { background-color: #ABC3DF; }
a { background-color: rgb(171,195,223); }
div.DivClassName
{
background-color: #ABC3DF;
}
.BgClassName
{
background-color: #ABC3DF;
}
</style>
border-color css
<style>
span { border-color: #ABC3DF; }
span { border-color: rgb(171,195,223); }
td.TdClassName
{
border-color: #ABC3DF;
}
.TagClassName
{
border-color: #ABC3DF;
}
</style>