Shades of Light Steel Blue #AECAE0
Tints of Light Steel Blue #AECAE0
RGB
CMYK
RGB Variations
Color information
#AECAE0 (or 0xAECAE0) is known color: Light Steel Blue. HEX triplet: AE, CA and E0. RGB value is (174,202,224). Sum of RGB (Red+Green+Blue) = 174+202+224=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 224 - color contains mainly: blue. Hex color #AECAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAE0 is #51351F. Grayscale: #C4C4C4. Windows color (decimal): -5322016 or 14731950. OLE color: 14731950.
HSL color Cylindrical-coordinate representation of color #AECAE0: hue angle of 206.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AECAE0 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 202 | 224 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.12 |
| HSL | 206.4º | 0.45% | 0.78% | - |
| HSV(B) | 206.4º | 0.22% | 0.88% | - |
| XYZ | 52.03 | 56.62 | 78.71 | - |
| YUV | 196.14 | 143.72 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 224 | 0.22 | 0.10 | 0 | 0.12 | 206.4 | 0.45 | 0.78 |
| Hex | AE | CA | E0 | 16 | A | 0 | C | CE | 2D | 4E |
| Octal | 256 | 312 | 340 | 26 | 12 | 0 | 14 | 316 | 55 | 116 |
| Binary | 10101110 | 11001010 | 11100000 | 10110 | 1010 | 0 | 1100 | 11001110 | 101101 | 1001110 |
Color Harmonies of #AECAE0
Complementary color
Monochromatic Colors of #AECAE0
Black with #AECAE0
Text Example
Text Example
White with #AECAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAE0; }
p { color: rgb(174,202,224); }
H1.HeaderClassName
{
color: #AECAE0;
}
.AnyTagClassName
{
color: #AECAE0;
}
</style>
background-color css
<style>
a { background-color: #AECAE0; }
a { background-color: rgb(174,202,224); }
div.DivClassName
{
background-color: #AECAE0;
}
.BgClassName
{
background-color: #AECAE0;
}
</style>
border-color css
<style>
span { border-color: #AECAE0; }
span { border-color: rgb(174,202,224); }
td.TdClassName
{
border-color: #AECAE0;
}
.TagClassName
{
border-color: #AECAE0;
}
</style>