Shades of Light Steel Blue #AEBFE1
Tints of Light Steel Blue #AEBFE1
RGB
CMYK
RGB Variations
Color information
#AEBFE1 (or 0xAEBFE1) is known color: Light Steel Blue. HEX triplet: AE, BF and E1. RGB value is (174,191,225). Sum of RGB (Red+Green+Blue) = 174+191+225=590 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.49% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 225 - color contains mainly: blue. Hex color #AEBFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFE1 is #51401E. Grayscale: #BDBDBD. Windows color (decimal): -5324831 or 14794670. OLE color: 14794670.
HSL color Cylindrical-coordinate representation of color #AEBFE1: hue angle of 220º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEBFE1 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 191 | 225 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.12 |
| HSL | 220º | 0.46% | 0.78% | - |
| HSV(B) | 220º | 0.23% | 0.88% | - |
| XYZ | 49.68 | 51.7 | 78.59 | - |
| YUV | 189.79 | 147.87 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 225 | 0.23 | 0.15 | 0 | 0.12 | 220 | 0.46 | 0.78 |
| Hex | AE | BF | E1 | 17 | F | 0 | C | DC | 2E | 4E |
| Octal | 256 | 277 | 341 | 27 | 17 | 0 | 14 | 334 | 56 | 116 |
| Binary | 10101110 | 10111111 | 11100001 | 10111 | 1111 | 0 | 1100 | 11011100 | 101110 | 1001110 |
Color Harmonies of #AEBFE1
Complementary color
Monochromatic Colors of #AEBFE1
Black with #AEBFE1
Text Example
Text Example
White with #AEBFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFE1; }
p { color: rgb(174,191,225); }
H1.HeaderClassName
{
color: #AEBFE1;
}
.AnyTagClassName
{
color: #AEBFE1;
}
</style>
background-color css
<style>
a { background-color: #AEBFE1; }
a { background-color: rgb(174,191,225); }
div.DivClassName
{
background-color: #AEBFE1;
}
.BgClassName
{
background-color: #AEBFE1;
}
</style>
border-color css
<style>
span { border-color: #AEBFE1; }
span { border-color: rgb(174,191,225); }
td.TdClassName
{
border-color: #AEBFE1;
}
.TagClassName
{
border-color: #AEBFE1;
}
</style>