Shades of Light Steel Blue #AEC8E3
Tints of Light Steel Blue #AEC8E3
RGB
CMYK
RGB Variations
Color information
#AEC8E3 (or 0xAEC8E3) is known color: Light Steel Blue. HEX triplet: AE, C8 and E3. RGB value is (174,200,227). Sum of RGB (Red+Green+Blue) = 174+200+227=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 227 - color contains mainly: blue. Hex color #AEC8E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC8E3 is #51371C. Grayscale: #C3C3C3. Windows color (decimal): -5322525 or 14928046. OLE color: 14928046.
HSL color Cylindrical-coordinate representation of color #AEC8E3: hue angle of 210.57º 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 #AEC8E3 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 200 | 227 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.11 |
| HSL | 210.57º | 0.49% | 0.79% | - |
| HSV(B) | 210.57º | 0.23% | 0.89% | - |
| XYZ | 51.97 | 55.85 | 80.71 | - |
| YUV | 195.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 200 | 227 | 0.23 | 0.12 | 0 | 0.11 | 210.57 | 0.49 | 0.79 |
| Hex | AE | C8 | E3 | 17 | C | 0 | B | D3 | 31 | 4F |
| Octal | 256 | 310 | 343 | 27 | 14 | 0 | 13 | 323 | 61 | 117 |
| Binary | 10101110 | 11001000 | 11100011 | 10111 | 1100 | 0 | 1011 | 11010011 | 110001 | 1001111 |
Color Harmonies of #AEC8E3
Complementary color
Monochromatic Colors of #AEC8E3
Black with #AEC8E3
Text Example
Text Example
White with #AEC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC8E3; }
p { color: rgb(174,200,227); }
H1.HeaderClassName
{
color: #AEC8E3;
}
.AnyTagClassName
{
color: #AEC8E3;
}
</style>
background-color css
<style>
a { background-color: #AEC8E3; }
a { background-color: rgb(174,200,227); }
div.DivClassName
{
background-color: #AEC8E3;
}
.BgClassName
{
background-color: #AEC8E3;
}
</style>
border-color css
<style>
span { border-color: #AEC8E3; }
span { border-color: rgb(174,200,227); }
td.TdClassName
{
border-color: #AEC8E3;
}
.TagClassName
{
border-color: #AEC8E3;
}
</style>