Shades of Light Steel Blue #AECAE2
Tints of Light Steel Blue #AECAE2
RGB
CMYK
RGB Variations
Color information
#AECAE2 (or 0xAECAE2) is known color: Light Steel Blue. HEX triplet: AE, CA and E2. RGB value is (174,202,226). Sum of RGB (Red+Green+Blue) = 174+202+226=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 202 (79.30% from 255 or 33.55% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 226 - color contains mainly: blue. Hex color #AECAE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAE2 is #51351D. Grayscale: #C4C4C4. Windows color (decimal): -5322014 or 14863022. OLE color: 14863022.
HSL color Cylindrical-coordinate representation of color #AECAE2: hue angle of 207.69º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECAE2 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 202 | 226 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.11 |
| HSL | 207.69º | 0.47% | 0.78% | - |
| HSV(B) | 207.69º | 0.23% | 0.89% | - |
| XYZ | 52.3 | 56.73 | 80.14 | - |
| YUV | 196.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 202 | 226 | 0.23 | 0.11 | 0 | 0.11 | 207.69 | 0.47 | 0.78 |
| Hex | AE | CA | E2 | 17 | B | 0 | B | D0 | 2F | 4E |
| Octal | 256 | 312 | 342 | 27 | 13 | 0 | 13 | 320 | 57 | 116 |
| Binary | 10101110 | 11001010 | 11100010 | 10111 | 1011 | 0 | 1011 | 11010000 | 101111 | 1001110 |
Color Harmonies of #AECAE2
Complementary color
Monochromatic Colors of #AECAE2
Black with #AECAE2
Text Example
Text Example
White with #AECAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECAE2; }
p { color: rgb(174,202,226); }
H1.HeaderClassName
{
color: #AECAE2;
}
.AnyTagClassName
{
color: #AECAE2;
}
</style>
background-color css
<style>
a { background-color: #AECAE2; }
a { background-color: rgb(174,202,226); }
div.DivClassName
{
background-color: #AECAE2;
}
.BgClassName
{
background-color: #AECAE2;
}
</style>
border-color css
<style>
span { border-color: #AECAE2; }
span { border-color: rgb(174,202,226); }
td.TdClassName
{
border-color: #AECAE2;
}
.TagClassName
{
border-color: #AECAE2;
}
</style>