Shades of Light Steel Blue #ABC8DD
Tints of Light Steel Blue #ABC8DD
RGB
CMYK
RGB Variations
Color information
#ABC8DD (or 0xABC8DD) is known color: Light Steel Blue. HEX triplet: AB, C8 and DD. RGB value is (171,200,221). Sum of RGB (Red+Green+Blue) = 171+200+221=592 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.89% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8DD is #543722. Grayscale: #C1C1C1. Windows color (decimal): -5519139 or 14534827. OLE color: 14534827.
HSL color Cylindrical-coordinate representation of color #ABC8DD: hue angle of 205.2º 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 #ABC8DD is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 200 | 221 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.13 |
| HSL | 205.2º | 0.42% | 0.77% | - |
| HSV(B) | 205.2º | 0.23% | 0.87% | - |
| XYZ | 50.5 | 55.19 | 76.4 | - |
| YUV | 193.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 221 | 0.23 | 0.10 | 0 | 0.13 | 205.2 | 0.42 | 0.77 |
| Hex | AB | C8 | DD | 17 | A | 0 | D | CD | 2A | 4D |
| Octal | 253 | 310 | 335 | 27 | 12 | 0 | 15 | 315 | 52 | 115 |
| Binary | 10101011 | 11001000 | 11011101 | 10111 | 1010 | 0 | 1101 | 11001101 | 101010 | 1001101 |
Color Harmonies of #ABC8DD
Complementary color
Monochromatic Colors of #ABC8DD
Black with #ABC8DD
Text Example
Text Example
White with #ABC8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8DD; }
p { color: rgb(171,200,221); }
H1.HeaderClassName
{
color: #ABC8DD;
}
.AnyTagClassName
{
color: #ABC8DD;
}
</style>
background-color css
<style>
a { background-color: #ABC8DD; }
a { background-color: rgb(171,200,221); }
div.DivClassName
{
background-color: #ABC8DD;
}
.BgClassName
{
background-color: #ABC8DD;
}
</style>
border-color css
<style>
span { border-color: #ABC8DD; }
span { border-color: rgb(171,200,221); }
td.TdClassName
{
border-color: #ABC8DD;
}
.TagClassName
{
border-color: #ABC8DD;
}
</style>