Shades of Light Steel Blue #AEC9E3
Tints of Light Steel Blue #AEC9E3
RGB
CMYK
RGB Variations
Color information
#AEC9E3 (or 0xAEC9E3) is known color: Light Steel Blue. HEX triplet: AE, C9 and E3. RGB value is (174,201,227). Sum of RGB (Red+Green+Blue) = 174+201+227=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEC9E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9E3 is #51361C. Grayscale: #C3C3C3. Windows color (decimal): -5322269 or 14928302. OLE color: 14928302.
HSL color Cylindrical-coordinate representation of color #AEC9E3: hue angle of 209.43º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEC9E3 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 201 | 227 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.11 |
| HSL | 209.43º | 0.49% | 0.79% | - |
| HSV(B) | 209.43º | 0.23% | 0.89% | - |
| XYZ | 52.21 | 56.32 | 80.79 | - |
| YUV | 195.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 227 | 0.23 | 0.11 | 0 | 0.11 | 209.43 | 0.49 | 0.79 |
| Hex | AE | C9 | E3 | 17 | B | 0 | B | D1 | 31 | 4F |
| Octal | 256 | 311 | 343 | 27 | 13 | 0 | 13 | 321 | 61 | 117 |
| Binary | 10101110 | 11001001 | 11100011 | 10111 | 1011 | 0 | 1011 | 11010001 | 110001 | 1001111 |
Color Harmonies of #AEC9E3
Complementary color
Monochromatic Colors of #AEC9E3
Black with #AEC9E3
Text Example
Text Example
White with #AEC9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9E3; }
p { color: rgb(174,201,227); }
H1.HeaderClassName
{
color: #AEC9E3;
}
.AnyTagClassName
{
color: #AEC9E3;
}
</style>
background-color css
<style>
a { background-color: #AEC9E3; }
a { background-color: rgb(174,201,227); }
div.DivClassName
{
background-color: #AEC9E3;
}
.BgClassName
{
background-color: #AEC9E3;
}
</style>
border-color css
<style>
span { border-color: #AEC9E3; }
span { border-color: rgb(174,201,227); }
td.TdClassName
{
border-color: #AEC9E3;
}
.TagClassName
{
border-color: #AEC9E3;
}
</style>