Shades of Light Steel Blue #AEBFDD
Tints of Light Steel Blue #AEBFDD
RGB
CMYK
RGB Variations
Color information
#AEBFDD (or 0xAEBFDD) is known color: Light Steel Blue. HEX triplet: AE, BF and DD. RGB value is (174,191,221). Sum of RGB (Red+Green+Blue) = 174+191+221=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEBFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDD is #514022. Grayscale: #BDBDBD. Windows color (decimal): -5324835 or 14532526. OLE color: 14532526.
HSL color Cylindrical-coordinate representation of color #AEBFDD: hue angle of 218.3º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEBFDD is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 191 | 221 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.13 |
| HSL | 218.3º | 0.41% | 0.77% | - |
| HSV(B) | 218.3º | 0.21% | 0.87% | - |
| XYZ | 49.14 | 51.48 | 75.75 | - |
| YUV | 189.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 221 | 0.21 | 0.14 | 0 | 0.13 | 218.3 | 0.41 | 0.77 |
| Hex | AE | BF | DD | 15 | E | 0 | D | DA | 29 | 4D |
| Octal | 256 | 277 | 335 | 25 | 16 | 0 | 15 | 332 | 51 | 115 |
| Binary | 10101110 | 10111111 | 11011101 | 10101 | 1110 | 0 | 1101 | 11011010 | 101001 | 1001101 |
Color Harmonies of #AEBFDD
Complementary color
Monochromatic Colors of #AEBFDD
Black with #AEBFDD
Text Example
Text Example
White with #AEBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFDD; }
p { color: rgb(174,191,221); }
H1.HeaderClassName
{
color: #AEBFDD;
}
.AnyTagClassName
{
color: #AEBFDD;
}
</style>
background-color css
<style>
a { background-color: #AEBFDD; }
a { background-color: rgb(174,191,221); }
div.DivClassName
{
background-color: #AEBFDD;
}
.BgClassName
{
background-color: #AEBFDD;
}
</style>
border-color css
<style>
span { border-color: #AEBFDD; }
span { border-color: rgb(174,191,221); }
td.TdClassName
{
border-color: #AEBFDD;
}
.TagClassName
{
border-color: #AEBFDD;
}
</style>