Shades of Light Steel Blue #AABDDF
Tints of Light Steel Blue #AABDDF
RGB
CMYK
RGB Variations
Color information
#AABDDF (or 0xAABDDF) is known color: Light Steel Blue. HEX triplet: AA, BD and DF. RGB value is (170,189,223). Sum of RGB (Red+Green+Blue) = 170+189+223=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 189 (74.22% from 255 or 32.47% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #AABDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDDF is #554220. Grayscale: #BBBBBB. Windows color (decimal): -5587489 or 14663082. OLE color: 14663082.
HSL color Cylindrical-coordinate representation of color #AABDDF: hue angle of 218.49º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AABDDF is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 189 | 223 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.13 |
| HSL | 218.49º | 0.45% | 0.77% | - |
| HSV(B) | 218.49º | 0.24% | 0.87% | - |
| XYZ | 48.09 | 50.27 | 76.98 | - |
| YUV | 187.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 189 | 223 | 0.24 | 0.15 | 0 | 0.13 | 218.49 | 0.45 | 0.77 |
| Hex | AA | BD | DF | 18 | F | 0 | D | DA | 2D | 4D |
| Octal | 252 | 275 | 337 | 30 | 17 | 0 | 15 | 332 | 55 | 115 |
| Binary | 10101010 | 10111101 | 11011111 | 11000 | 1111 | 0 | 1101 | 11011010 | 101101 | 1001101 |
Color Harmonies of #AABDDF
Complementary color
Monochromatic Colors of #AABDDF
Black with #AABDDF
Text Example
Text Example
White with #AABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABDDF; }
p { color: rgb(170,189,223); }
H1.HeaderClassName
{
color: #AABDDF;
}
.AnyTagClassName
{
color: #AABDDF;
}
</style>
background-color css
<style>
a { background-color: #AABDDF; }
a { background-color: rgb(170,189,223); }
div.DivClassName
{
background-color: #AABDDF;
}
.BgClassName
{
background-color: #AABDDF;
}
</style>
border-color css
<style>
span { border-color: #AABDDF; }
span { border-color: rgb(170,189,223); }
td.TdClassName
{
border-color: #AABDDF;
}
.TagClassName
{
border-color: #AABDDF;
}
</style>