Shades of Light Steel Blue #AEC4DC
Tints of Light Steel Blue #AEC4DC
RGB
CMYK
RGB Variations
Color information
#AEC4DC (or 0xAEC4DC) is known color: Light Steel Blue. HEX triplet: AE, C4 and DC. RGB value is (174,196,220). Sum of RGB (Red+Green+Blue) = 174+196+220=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEC4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC4DC is #513B23. Grayscale: #C0C0C0. Windows color (decimal): -5323556 or 14468270. OLE color: 14468270.
HSL color Cylindrical-coordinate representation of color #AEC4DC: hue angle of 211.3º 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 #AEC4DC is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 196 | 220 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.14 |
| HSL | 211.3º | 0.4% | 0.77% | - |
| HSV(B) | 211.3º | 0.21% | 0.86% | - |
| XYZ | 50.11 | 53.65 | 75.42 | - |
| YUV | 192.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 196 | 220 | 0.21 | 0.11 | 0 | 0.14 | 211.3 | 0.4 | 0.77 |
| Hex | AE | C4 | DC | 15 | B | 0 | E | D3 | 28 | 4D |
| Octal | 256 | 304 | 334 | 25 | 13 | 0 | 16 | 323 | 50 | 115 |
| Binary | 10101110 | 11000100 | 11011100 | 10101 | 1011 | 0 | 1110 | 11010011 | 101000 | 1001101 |
Color Harmonies of #AEC4DC
Complementary color
Monochromatic Colors of #AEC4DC
Black with #AEC4DC
Text Example
Text Example
White with #AEC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC4DC; }
p { color: rgb(174,196,220); }
H1.HeaderClassName
{
color: #AEC4DC;
}
.AnyTagClassName
{
color: #AEC4DC;
}
</style>
background-color css
<style>
a { background-color: #AEC4DC; }
a { background-color: rgb(174,196,220); }
div.DivClassName
{
background-color: #AEC4DC;
}
.BgClassName
{
background-color: #AEC4DC;
}
</style>
border-color css
<style>
span { border-color: #AEC4DC; }
span { border-color: rgb(174,196,220); }
td.TdClassName
{
border-color: #AEC4DC;
}
.TagClassName
{
border-color: #AEC4DC;
}
</style>