Shades of Light Steel Blue #AEC2DF
Tints of Light Steel Blue #AEC2DF
RGB
CMYK
RGB Variations
Color information
#AEC2DF (or 0xAEC2DF) is known color: Light Steel Blue. HEX triplet: AE, C2 and DF. RGB value is (174,194,223). Sum of RGB (Red+Green+Blue) = 174+194+223=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEC2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC2DF is #513D20. Grayscale: #BFBFBF. Windows color (decimal): -5324065 or 14664366. OLE color: 14664366.
HSL color Cylindrical-coordinate representation of color #AEC2DF: hue angle of 215.51º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC2DF is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 194 | 223 | - |
| CMYK | 0.22 | 0.13 | 0 | 0.13 |
| HSL | 215.51º | 0.43% | 0.78% | - |
| HSV(B) | 215.51º | 0.22% | 0.87% | - |
| XYZ | 50.07 | 52.91 | 77.39 | - |
| YUV | 191.33 | 145.87 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 194 | 223 | 0.22 | 0.13 | 0 | 0.13 | 215.51 | 0.43 | 0.78 |
| Hex | AE | C2 | DF | 16 | D | 0 | D | D8 | 2B | 4E |
| Octal | 256 | 302 | 337 | 26 | 15 | 0 | 15 | 330 | 53 | 116 |
| Binary | 10101110 | 11000010 | 11011111 | 10110 | 1101 | 0 | 1101 | 11011000 | 101011 | 1001110 |
Color Harmonies of #AEC2DF
Complementary color
Monochromatic Colors of #AEC2DF
Black with #AEC2DF
Text Example
Text Example
White with #AEC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC2DF; }
p { color: rgb(174,194,223); }
H1.HeaderClassName
{
color: #AEC2DF;
}
.AnyTagClassName
{
color: #AEC2DF;
}
</style>
background-color css
<style>
a { background-color: #AEC2DF; }
a { background-color: rgb(174,194,223); }
div.DivClassName
{
background-color: #AEC2DF;
}
.BgClassName
{
background-color: #AEC2DF;
}
</style>
border-color css
<style>
span { border-color: #AEC2DF; }
span { border-color: rgb(174,194,223); }
td.TdClassName
{
border-color: #AEC2DF;
}
.TagClassName
{
border-color: #AEC2DF;
}
</style>