Shades of Light Steel Blue #ABC4DD
Tints of Light Steel Blue #ABC4DD
RGB
CMYK
RGB Variations
Color information
#ABC4DD (or 0xABC4DD) is known color: Light Steel Blue. HEX triplet: AB, C4 and DD. RGB value is (171,196,221). Sum of RGB (Red+Green+Blue) = 171+196+221=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC4DD is #543B22. Grayscale: #BFBFBF. Windows color (decimal): -5520163 or 14533803. OLE color: 14533803.
HSL color Cylindrical-coordinate representation of color #ABC4DD: hue angle of 210º degrees, saturation: 0.42, 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 #ABC4DD is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 196 | 221 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.13 |
| HSL | 210º | 0.42% | 0.77% | - |
| HSV(B) | 210º | 0.23% | 0.87% | - |
| XYZ | 49.59 | 53.36 | 76.09 | - |
| YUV | 191.38 | 144.72 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 221 | 0.23 | 0.11 | 0 | 0.13 | 210 | 0.42 | 0.77 |
| Hex | AB | C4 | DD | 17 | B | 0 | D | D2 | 2A | 4D |
| Octal | 253 | 304 | 335 | 27 | 13 | 0 | 15 | 322 | 52 | 115 |
| Binary | 10101011 | 11000100 | 11011101 | 10111 | 1011 | 0 | 1101 | 11010010 | 101010 | 1001101 |
Color Harmonies of #ABC4DD
Complementary color
Monochromatic Colors of #ABC4DD
Black with #ABC4DD
Text Example
Text Example
White with #ABC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC4DD; }
p { color: rgb(171,196,221); }
H1.HeaderClassName
{
color: #ABC4DD;
}
.AnyTagClassName
{
color: #ABC4DD;
}
</style>
background-color css
<style>
a { background-color: #ABC4DD; }
a { background-color: rgb(171,196,221); }
div.DivClassName
{
background-color: #ABC4DD;
}
.BgClassName
{
background-color: #ABC4DD;
}
</style>
border-color css
<style>
span { border-color: #ABC4DD; }
span { border-color: rgb(171,196,221); }
td.TdClassName
{
border-color: #ABC4DD;
}
.TagClassName
{
border-color: #ABC4DD;
}
</style>