Shades of Light Steel Blue #AABFDC
Tints of Light Steel Blue #AABFDC
RGB
CMYK
RGB Variations
Color information
#AABFDC (or 0xAABFDC) is known color: Light Steel Blue. HEX triplet: AA, BF and DC. RGB value is (170,191,220). Sum of RGB (Red+Green+Blue) = 170+191+220=581 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.26% from 581); Green value is 191 (75% from 255 or 32.87% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #AABFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABFDC is #554023. Grayscale: #BBBBBB. Windows color (decimal): -5586980 or 14466986. OLE color: 14466986.
HSL color Cylindrical-coordinate representation of color #AABFDC: hue angle of 214.8º 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 #AABFDC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 191 | 220 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.14 |
| HSL | 214.8º | 0.42% | 0.76% | - |
| HSV(B) | 214.8º | 0.23% | 0.86% | - |
| XYZ | 48.13 | 50.97 | 75.01 | - |
| YUV | 188.03 | 146.04 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 191 | 220 | 0.23 | 0.13 | 0 | 0.14 | 214.8 | 0.42 | 0.76 |
| Hex | AA | BF | DC | 17 | D | 0 | E | D7 | 2A | 4C |
| Octal | 252 | 277 | 334 | 27 | 15 | 0 | 16 | 327 | 52 | 114 |
| Binary | 10101010 | 10111111 | 11011100 | 10111 | 1101 | 0 | 1110 | 11010111 | 101010 | 1001100 |
Color Harmonies of #AABFDC
Complementary color
Monochromatic Colors of #AABFDC
Black with #AABFDC
Text Example
Text Example
White with #AABFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABFDC; }
p { color: rgb(170,191,220); }
H1.HeaderClassName
{
color: #AABFDC;
}
.AnyTagClassName
{
color: #AABFDC;
}
</style>
background-color css
<style>
a { background-color: #AABFDC; }
a { background-color: rgb(170,191,220); }
div.DivClassName
{
background-color: #AABFDC;
}
.BgClassName
{
background-color: #AABFDC;
}
</style>
border-color css
<style>
span { border-color: #AABFDC; }
span { border-color: rgb(170,191,220); }
td.TdClassName
{
border-color: #AABFDC;
}
.TagClassName
{
border-color: #AABFDC;
}
</style>