Shades of Light Steel Blue #AEC0DC
Tints of Light Steel Blue #AEC0DC
RGB
CMYK
RGB Variations
Color information
#AEC0DC (or 0xAEC0DC) is known color: Light Steel Blue. HEX triplet: AE, C0 and DC. RGB value is (174,192,220). Sum of RGB (Red+Green+Blue) = 174+192+220=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC0DC is #513F23. Grayscale: #BDBDBD. Windows color (decimal): -5324580 or 14467246. OLE color: 14467246.
HSL color Cylindrical-coordinate representation of color #AEC0DC: hue angle of 216.52º 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 #AEC0DC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 192 | 220 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.14 |
| HSL | 216.52º | 0.4% | 0.77% | - |
| HSV(B) | 216.52º | 0.21% | 0.86% | - |
| XYZ | 49.22 | 51.87 | 75.13 | - |
| YUV | 189.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 192 | 220 | 0.21 | 0.13 | 0 | 0.14 | 216.52 | 0.4 | 0.77 |
| Hex | AE | C0 | DC | 15 | D | 0 | E | D9 | 28 | 4D |
| Octal | 256 | 300 | 334 | 25 | 15 | 0 | 16 | 331 | 50 | 115 |
| Binary | 10101110 | 11000000 | 11011100 | 10101 | 1101 | 0 | 1110 | 11011001 | 101000 | 1001101 |
Color Harmonies of #AEC0DC
Complementary color
Monochromatic Colors of #AEC0DC
Black with #AEC0DC
Text Example
Text Example
White with #AEC0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC0DC; }
p { color: rgb(174,192,220); }
H1.HeaderClassName
{
color: #AEC0DC;
}
.AnyTagClassName
{
color: #AEC0DC;
}
</style>
background-color css
<style>
a { background-color: #AEC0DC; }
a { background-color: rgb(174,192,220); }
div.DivClassName
{
background-color: #AEC0DC;
}
.BgClassName
{
background-color: #AEC0DC;
}
</style>
border-color css
<style>
span { border-color: #AEC0DC; }
span { border-color: rgb(174,192,220); }
td.TdClassName
{
border-color: #AEC0DC;
}
.TagClassName
{
border-color: #AEC0DC;
}
</style>