Shades of Light Steel Blue #AEC9DF
Tints of Light Steel Blue #AEC9DF
RGB
CMYK
RGB Variations
Color information
#AEC9DF (or 0xAEC9DF) is known color: Light Steel Blue. HEX triplet: AE, C9 and DF. RGB value is (174,201,223). Sum of RGB (Red+Green+Blue) = 174+201+223=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEC9DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9DF is #513620. Grayscale: #C3C3C3. Windows color (decimal): -5322273 or 14666158. OLE color: 14666158.
HSL color Cylindrical-coordinate representation of color #AEC9DF: hue angle of 206.94º 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 #AEC9DF is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 201 | 223 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.13 |
| HSL | 206.94º | 0.43% | 0.78% | - |
| HSV(B) | 206.94º | 0.22% | 0.87% | - |
| XYZ | 51.66 | 56.1 | 77.92 | - |
| YUV | 195.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 223 | 0.22 | 0.10 | 0 | 0.13 | 206.94 | 0.43 | 0.78 |
| Hex | AE | C9 | DF | 16 | A | 0 | D | CF | 2B | 4E |
| Octal | 256 | 311 | 337 | 26 | 12 | 0 | 15 | 317 | 53 | 116 |
| Binary | 10101110 | 11001001 | 11011111 | 10110 | 1010 | 0 | 1101 | 11001111 | 101011 | 1001110 |
Color Harmonies of #AEC9DF
Complementary color
Monochromatic Colors of #AEC9DF
Black with #AEC9DF
Text Example
Text Example
White with #AEC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9DF; }
p { color: rgb(174,201,223); }
H1.HeaderClassName
{
color: #AEC9DF;
}
.AnyTagClassName
{
color: #AEC9DF;
}
</style>
background-color css
<style>
a { background-color: #AEC9DF; }
a { background-color: rgb(174,201,223); }
div.DivClassName
{
background-color: #AEC9DF;
}
.BgClassName
{
background-color: #AEC9DF;
}
</style>
border-color css
<style>
span { border-color: #AEC9DF; }
span { border-color: rgb(174,201,223); }
td.TdClassName
{
border-color: #AEC9DF;
}
.TagClassName
{
border-color: #AEC9DF;
}
</style>