Shades of Light Steel Blue #AEBCDB
Tints of Light Steel Blue #AEBCDB
RGB
CMYK
RGB Variations
Color information
#AEBCDB (or 0xAEBCDB) is known color: Light Steel Blue. HEX triplet: AE, BC and DB. RGB value is (174,188,219). Sum of RGB (Red+Green+Blue) = 174+188+219=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEBCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDB is #514324. Grayscale: #BBBBBB. Windows color (decimal): -5325605 or 14400686. OLE color: 14400686.
HSL color Cylindrical-coordinate representation of color #AEBCDB: hue angle of 221.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBCDB is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 188 | 219 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.14 |
| HSL | 221.33º | 0.38% | 0.77% | - |
| HSV(B) | 221.33º | 0.21% | 0.86% | - |
| XYZ | 48.22 | 50.08 | 74.14 | - |
| YUV | 187.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 219 | 0.21 | 0.14 | 0 | 0.14 | 221.33 | 0.38 | 0.77 |
| Hex | AE | BC | DB | 15 | E | 0 | E | DD | 26 | 4D |
| Octal | 256 | 274 | 333 | 25 | 16 | 0 | 16 | 335 | 46 | 115 |
| Binary | 10101110 | 10111100 | 11011011 | 10101 | 1110 | 0 | 1110 | 11011101 | 100110 | 1001101 |
Color Harmonies of #AEBCDB
Complementary color
Monochromatic Colors of #AEBCDB
Black with #AEBCDB
Text Example
Text Example
White with #AEBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCDB; }
p { color: rgb(174,188,219); }
H1.HeaderClassName
{
color: #AEBCDB;
}
.AnyTagClassName
{
color: #AEBCDB;
}
</style>
background-color css
<style>
a { background-color: #AEBCDB; }
a { background-color: rgb(174,188,219); }
div.DivClassName
{
background-color: #AEBCDB;
}
.BgClassName
{
background-color: #AEBCDB;
}
</style>
border-color css
<style>
span { border-color: #AEBCDB; }
span { border-color: rgb(174,188,219); }
td.TdClassName
{
border-color: #AEBCDB;
}
.TagClassName
{
border-color: #AEBCDB;
}
</style>