Shades of Light Steel Blue #AEBCDC
Tints of Light Steel Blue #AEBCDC
RGB
CMYK
RGB Variations
Color information
#AEBCDC (or 0xAEBCDC) is known color: Light Steel Blue. HEX triplet: AE, BC and DC. RGB value is (174,188,220). Sum of RGB (Red+Green+Blue) = 174+188+220=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 220 (86.33% from 255 or 37.80% from 582); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEBCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCDC is #514323. Grayscale: #BBBBBB. Windows color (decimal): -5325604 or 14466222. OLE color: 14466222.
HSL color Cylindrical-coordinate representation of color #AEBCDC: hue angle of 221.74º degrees, saturation: 0.4, 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 #AEBCDC is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 188 | 220 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.14 |
| HSL | 221.74º | 0.4% | 0.77% | - |
| HSV(B) | 221.74º | 0.21% | 0.86% | - |
| XYZ | 48.36 | 50.13 | 74.84 | - |
| YUV | 187.46 | 146.36 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 188 | 220 | 0.21 | 0.15 | 0 | 0.14 | 221.74 | 0.4 | 0.77 |
| Hex | AE | BC | DC | 15 | F | 0 | E | DE | 28 | 4D |
| Octal | 256 | 274 | 334 | 25 | 17 | 0 | 16 | 336 | 50 | 115 |
| Binary | 10101110 | 10111100 | 11011100 | 10101 | 1111 | 0 | 1110 | 11011110 | 101000 | 1001101 |
Color Harmonies of #AEBCDC
Complementary color
Monochromatic Colors of #AEBCDC
Black with #AEBCDC
Text Example
Text Example
White with #AEBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBCDC; }
p { color: rgb(174,188,220); }
H1.HeaderClassName
{
color: #AEBCDC;
}
.AnyTagClassName
{
color: #AEBCDC;
}
</style>
background-color css
<style>
a { background-color: #AEBCDC; }
a { background-color: rgb(174,188,220); }
div.DivClassName
{
background-color: #AEBCDC;
}
.BgClassName
{
background-color: #AEBCDC;
}
</style>
border-color css
<style>
span { border-color: #AEBCDC; }
span { border-color: rgb(174,188,220); }
td.TdClassName
{
border-color: #AEBCDC;
}
.TagClassName
{
border-color: #AEBCDC;
}
</style>