Shades of Light Steel Blue #ABC9DD
Tints of Light Steel Blue #ABC9DD
RGB
CMYK
RGB Variations
Color information
#ABC9DD (or 0xABC9DD) is known color: Light Steel Blue. HEX triplet: AB, C9 and DD. RGB value is (171,201,221). Sum of RGB (Red+Green+Blue) = 171+201+221=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABC9DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9DD is #543622. Grayscale: #C2C2C2. Windows color (decimal): -5518883 or 14535083. OLE color: 14535083.
HSL color Cylindrical-coordinate representation of color #ABC9DD: hue angle of 204º 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 #ABC9DD is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 201 | 221 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.13 |
| HSL | 204º | 0.42% | 0.77% | - |
| HSV(B) | 204º | 0.23% | 0.87% | - |
| XYZ | 50.73 | 55.65 | 76.47 | - |
| YUV | 194.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 221 | 0.23 | 0.09 | 0 | 0.13 | 204 | 0.42 | 0.77 |
| Hex | AB | C9 | DD | 17 | 9 | 0 | D | CC | 2A | 4D |
| Octal | 253 | 311 | 335 | 27 | 11 | 0 | 15 | 314 | 52 | 115 |
| Binary | 10101011 | 11001001 | 11011101 | 10111 | 1001 | 0 | 1101 | 11001100 | 101010 | 1001101 |
Color Harmonies of #ABC9DD
Complementary color
Monochromatic Colors of #ABC9DD
Black with #ABC9DD
Text Example
Text Example
White with #ABC9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9DD; }
p { color: rgb(171,201,221); }
H1.HeaderClassName
{
color: #ABC9DD;
}
.AnyTagClassName
{
color: #ABC9DD;
}
</style>
background-color css
<style>
a { background-color: #ABC9DD; }
a { background-color: rgb(171,201,221); }
div.DivClassName
{
background-color: #ABC9DD;
}
.BgClassName
{
background-color: #ABC9DD;
}
</style>
border-color css
<style>
span { border-color: #ABC9DD; }
span { border-color: rgb(171,201,221); }
td.TdClassName
{
border-color: #ABC9DD;
}
.TagClassName
{
border-color: #ABC9DD;
}
</style>