Shades of Light Steel Blue #AEC9E1
Tints of Light Steel Blue #AEC9E1
RGB
CMYK
RGB Variations
Color information
#AEC9E1 (or 0xAEC9E1) is known color: Light Steel Blue. HEX triplet: AE, C9 and E1. RGB value is (174,201,225). Sum of RGB (Red+Green+Blue) = 174+201+225=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEC9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9E1 is #51361E. Grayscale: #C3C3C3. Windows color (decimal): -5322271 or 14797230. OLE color: 14797230.
HSL color Cylindrical-coordinate representation of color #AEC9E1: hue angle of 208.24º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC9E1 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 201 | 225 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.12 |
| HSL | 208.24º | 0.46% | 0.78% | - |
| HSV(B) | 208.24º | 0.23% | 0.88% | - |
| XYZ | 51.93 | 56.21 | 79.35 | - |
| YUV | 195.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 225 | 0.23 | 0.11 | 0 | 0.12 | 208.24 | 0.46 | 0.78 |
| Hex | AE | C9 | E1 | 17 | B | 0 | C | D0 | 2E | 4E |
| Octal | 256 | 311 | 341 | 27 | 13 | 0 | 14 | 320 | 56 | 116 |
| Binary | 10101110 | 11001001 | 11100001 | 10111 | 1011 | 0 | 1100 | 11010000 | 101110 | 1001110 |
Color Harmonies of #AEC9E1
Complementary color
Monochromatic Colors of #AEC9E1
Black with #AEC9E1
Text Example
Text Example
White with #AEC9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9E1; }
p { color: rgb(174,201,225); }
H1.HeaderClassName
{
color: #AEC9E1;
}
.AnyTagClassName
{
color: #AEC9E1;
}
</style>
background-color css
<style>
a { background-color: #AEC9E1; }
a { background-color: rgb(174,201,225); }
div.DivClassName
{
background-color: #AEC9E1;
}
.BgClassName
{
background-color: #AEC9E1;
}
</style>
border-color css
<style>
span { border-color: #AEC9E1; }
span { border-color: rgb(174,201,225); }
td.TdClassName
{
border-color: #AEC9E1;
}
.TagClassName
{
border-color: #AEC9E1;
}
</style>