Shades of Light Steel Blue #AABCDC
Tints of Light Steel Blue #AABCDC
RGB
CMYK
RGB Variations
Color information
#AABCDC (or 0xAABCDC) is known color: Light Steel Blue. HEX triplet: AA, BC and DC. RGB value is (170,188,220). Sum of RGB (Red+Green+Blue) = 170+188+220=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 188 (73.83% from 255 or 32.53% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCDC is #554323. Grayscale: #BABABA. Windows color (decimal): -5587748 or 14466218. OLE color: 14466218.
HSL color Cylindrical-coordinate representation of color #AABCDC: hue angle of 218.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AABCDC is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 188 | 220 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.14 |
| HSL | 218.4º | 0.42% | 0.76% | - |
| HSV(B) | 218.4º | 0.23% | 0.86% | - |
| XYZ | 47.48 | 49.68 | 74.8 | - |
| YUV | 186.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 188 | 220 | 0.23 | 0.15 | 0 | 0.14 | 218.4 | 0.42 | 0.76 |
| Hex | AA | BC | DC | 17 | F | 0 | E | DA | 2A | 4C |
| Octal | 252 | 274 | 334 | 27 | 17 | 0 | 16 | 332 | 52 | 114 |
| Binary | 10101010 | 10111100 | 11011100 | 10111 | 1111 | 0 | 1110 | 11011010 | 101010 | 1001100 |
Color Harmonies of #AABCDC
Complementary color
Monochromatic Colors of #AABCDC
Black with #AABCDC
Text Example
Text Example
White with #AABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABCDC; }
p { color: rgb(170,188,220); }
H1.HeaderClassName
{
color: #AABCDC;
}
.AnyTagClassName
{
color: #AABCDC;
}
</style>
background-color css
<style>
a { background-color: #AABCDC; }
a { background-color: rgb(170,188,220); }
div.DivClassName
{
background-color: #AABCDC;
}
.BgClassName
{
background-color: #AABCDC;
}
</style>
border-color css
<style>
span { border-color: #AABCDC; }
span { border-color: rgb(170,188,220); }
td.TdClassName
{
border-color: #AABCDC;
}
.TagClassName
{
border-color: #AABCDC;
}
</style>