Shades of Light Steel Blue #ABC4DF
Tints of Light Steel Blue #ABC4DF
RGB
CMYK
RGB Variations
Color information
#ABC4DF (or 0xABC4DF) is known color: Light Steel Blue. HEX triplet: AB, C4 and DF. RGB value is (171,196,223). Sum of RGB (Red+Green+Blue) = 171+196+223=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABC4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4DF is #543B20. Grayscale: #BFBFBF. Windows color (decimal): -5520161 or 14664875. OLE color: 14664875.
HSL color Cylindrical-coordinate representation of color #ABC4DF: hue angle of 211.15º 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 #ABC4DF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 196 | 223 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.13 |
| HSL | 211.15º | 0.45% | 0.77% | - |
| HSV(B) | 211.15º | 0.23% | 0.87% | - |
| XYZ | 49.85 | 53.47 | 77.5 | - |
| YUV | 191.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 223 | 0.23 | 0.12 | 0 | 0.13 | 211.15 | 0.45 | 0.77 |
| Hex | AB | C4 | DF | 17 | C | 0 | D | D3 | 2D | 4D |
| Octal | 253 | 304 | 337 | 27 | 14 | 0 | 15 | 323 | 55 | 115 |
| Binary | 10101011 | 11000100 | 11011111 | 10111 | 1100 | 0 | 1101 | 11010011 | 101101 | 1001101 |
Color Harmonies of #ABC4DF
Complementary color
Monochromatic Colors of #ABC4DF
Black with #ABC4DF
Text Example
Text Example
White with #ABC4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4DF; }
p { color: rgb(171,196,223); }
H1.HeaderClassName
{
color: #ABC4DF;
}
.AnyTagClassName
{
color: #ABC4DF;
}
</style>
background-color css
<style>
a { background-color: #ABC4DF; }
a { background-color: rgb(171,196,223); }
div.DivClassName
{
background-color: #ABC4DF;
}
.BgClassName
{
background-color: #ABC4DF;
}
</style>
border-color css
<style>
span { border-color: #ABC4DF; }
span { border-color: rgb(171,196,223); }
td.TdClassName
{
border-color: #ABC4DF;
}
.TagClassName
{
border-color: #ABC4DF;
}
</style>