Shades of Light Steel Blue #AEC1E2
Tints of Light Steel Blue #AEC1E2
RGB
CMYK
RGB Variations
Color information
#AEC1E2 (or 0xAEC1E2) is known color: Light Steel Blue. HEX triplet: AE, C1 and E2. RGB value is (174,193,226). Sum of RGB (Red+Green+Blue) = 174+193+226=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 226 (88.67% from 255 or 38.11% from 593); Max value from RGB is 226 - color contains mainly: blue. Hex color #AEC1E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC1E2 is #513E1D. Grayscale: #BEBEBE. Windows color (decimal): -5324318 or 14860718. OLE color: 14860718.
HSL color Cylindrical-coordinate representation of color #AEC1E2: hue angle of 218.08º 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 #AEC1E2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 193 | 226 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.11 |
| HSL | 218.08º | 0.47% | 0.78% | - |
| HSV(B) | 218.08º | 0.23% | 0.89% | - |
| XYZ | 50.25 | 52.63 | 79.46 | - |
| YUV | 191.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 193 | 226 | 0.23 | 0.15 | 0 | 0.11 | 218.08 | 0.47 | 0.78 |
| Hex | AE | C1 | E2 | 17 | F | 0 | B | DA | 2F | 4E |
| Octal | 256 | 301 | 342 | 27 | 17 | 0 | 13 | 332 | 57 | 116 |
| Binary | 10101110 | 11000001 | 11100010 | 10111 | 1111 | 0 | 1011 | 11011010 | 101111 | 1001110 |
Color Harmonies of #AEC1E2
Complementary color
Monochromatic Colors of #AEC1E2
Black with #AEC1E2
Text Example
Text Example
White with #AEC1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC1E2; }
p { color: rgb(174,193,226); }
H1.HeaderClassName
{
color: #AEC1E2;
}
.AnyTagClassName
{
color: #AEC1E2;
}
</style>
background-color css
<style>
a { background-color: #AEC1E2; }
a { background-color: rgb(174,193,226); }
div.DivClassName
{
background-color: #AEC1E2;
}
.BgClassName
{
background-color: #AEC1E2;
}
</style>
border-color css
<style>
span { border-color: #AEC1E2; }
span { border-color: rgb(174,193,226); }
td.TdClassName
{
border-color: #AEC1E2;
}
.TagClassName
{
border-color: #AEC1E2;
}
</style>