Shades of Light Steel Blue #AECBE2
Tints of Light Steel Blue #AECBE2
RGB
CMYK
RGB Variations
Color information
#AECBE2 (or 0xAECBE2) is known color: Light Steel Blue. HEX triplet: AE, CB and E2. RGB value is (174,203,226). Sum of RGB (Red+Green+Blue) = 174+203+226=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #AECBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBE2 is #51341D. Grayscale: #C4C4C4. Windows color (decimal): -5321758 or 14863278. OLE color: 14863278.
HSL color Cylindrical-coordinate representation of color #AECBE2: hue angle of 206.54º 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 #AECBE2 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 203 | 226 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.11 |
| HSL | 206.54º | 0.47% | 0.78% | - |
| HSV(B) | 206.54º | 0.23% | 0.89% | - |
| XYZ | 52.54 | 57.2 | 80.22 | - |
| YUV | 196.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 226 | 0.23 | 0.10 | 0 | 0.11 | 206.54 | 0.47 | 0.78 |
| Hex | AE | CB | E2 | 17 | A | 0 | B | CF | 2F | 4E |
| Octal | 256 | 313 | 342 | 27 | 12 | 0 | 13 | 317 | 57 | 116 |
| Binary | 10101110 | 11001011 | 11100010 | 10111 | 1010 | 0 | 1011 | 11001111 | 101111 | 1001110 |
Color Harmonies of #AECBE2
Complementary color
Monochromatic Colors of #AECBE2
Black with #AECBE2
Text Example
Text Example
White with #AECBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECBE2; }
p { color: rgb(174,203,226); }
H1.HeaderClassName
{
color: #AECBE2;
}
.AnyTagClassName
{
color: #AECBE2;
}
</style>
background-color css
<style>
a { background-color: #AECBE2; }
a { background-color: rgb(174,203,226); }
div.DivClassName
{
background-color: #AECBE2;
}
.BgClassName
{
background-color: #AECBE2;
}
</style>
border-color css
<style>
span { border-color: #AECBE2; }
span { border-color: rgb(174,203,226); }
td.TdClassName
{
border-color: #AECBE2;
}
.TagClassName
{
border-color: #AECBE2;
}
</style>