Shades of Light Steel Blue #AABEDB
Tints of Light Steel Blue #AABEDB
RGB
CMYK
RGB Variations
Color information
#AABEDB (or 0xAABEDB) is known color: Light Steel Blue. HEX triplet: AA, BE and DB. RGB value is (170,190,219). Sum of RGB (Red+Green+Blue) = 170+190+219=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #AABEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABEDB is #554124. Grayscale: #BBBBBB. Windows color (decimal): -5587237 or 14401194. OLE color: 14401194.
HSL color Cylindrical-coordinate representation of color #AABEDB: hue angle of 215.51º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABEDB is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 190 | 219 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.14 |
| HSL | 215.51º | 0.4% | 0.76% | - |
| HSV(B) | 215.51º | 0.22% | 0.86% | - |
| XYZ | 47.78 | 50.49 | 74.24 | - |
| YUV | 187.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 190 | 219 | 0.22 | 0.13 | 0 | 0.14 | 215.51 | 0.4 | 0.76 |
| Hex | AA | BE | DB | 16 | D | 0 | E | D8 | 28 | 4C |
| Octal | 252 | 276 | 333 | 26 | 15 | 0 | 16 | 330 | 50 | 114 |
| Binary | 10101010 | 10111110 | 11011011 | 10110 | 1101 | 0 | 1110 | 11011000 | 101000 | 1001100 |
Color Harmonies of #AABEDB
Complementary color
Monochromatic Colors of #AABEDB
Black with #AABEDB
Text Example
Text Example
White with #AABEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AABEDB; }
p { color: rgb(170,190,219); }
H1.HeaderClassName
{
color: #AABEDB;
}
.AnyTagClassName
{
color: #AABEDB;
}
</style>
background-color css
<style>
a { background-color: #AABEDB; }
a { background-color: rgb(170,190,219); }
div.DivClassName
{
background-color: #AABEDB;
}
.BgClassName
{
background-color: #AABEDB;
}
</style>
border-color css
<style>
span { border-color: #AABEDB; }
span { border-color: rgb(170,190,219); }
td.TdClassName
{
border-color: #AABEDB;
}
.TagClassName
{
border-color: #AABEDB;
}
</style>