Shades of Light Steel Blue #AEBBD8
Tints of Light Steel Blue #AEBBD8
RGB
CMYK
RGB Variations
Color information
#AEBBD8 (or 0xAEBBD8) is known color: Light Steel Blue. HEX triplet: AE, BB and D8. RGB value is (174,187,216). Sum of RGB (Red+Green+Blue) = 174+187+216=577 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.16% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 216 (84.77% from 255 or 37.44% from 577); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEBBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD8 is #514427. Grayscale: #BABABA. Windows color (decimal): -5325864 or 14203822. OLE color: 14203822.
HSL color Cylindrical-coordinate representation of color #AEBBD8: hue angle of 221.43º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBBD8 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 187 | 216 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.15 |
| HSL | 221.43º | 0.35% | 0.76% | - |
| HSV(B) | 221.43º | 0.19% | 0.85% | - |
| XYZ | 47.62 | 49.5 | 72.01 | - |
| YUV | 186.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 216 | 0.19 | 0.13 | 0 | 0.15 | 221.43 | 0.35 | 0.76 |
| Hex | AE | BB | D8 | 13 | D | 0 | F | DD | 23 | 4C |
| Octal | 256 | 273 | 330 | 23 | 15 | 0 | 17 | 335 | 43 | 114 |
| Binary | 10101110 | 10111011 | 11011000 | 10011 | 1101 | 0 | 1111 | 11011101 | 100011 | 1001100 |
Color Harmonies of #AEBBD8
Complementary color
Monochromatic Colors of #AEBBD8
Black with #AEBBD8
Text Example
Text Example
White with #AEBBD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBD8; }
p { color: rgb(174,187,216); }
H1.HeaderClassName
{
color: #AEBBD8;
}
.AnyTagClassName
{
color: #AEBBD8;
}
</style>
background-color css
<style>
a { background-color: #AEBBD8; }
a { background-color: rgb(174,187,216); }
div.DivClassName
{
background-color: #AEBBD8;
}
.BgClassName
{
background-color: #AEBBD8;
}
</style>
border-color css
<style>
span { border-color: #AEBBD8; }
span { border-color: rgb(174,187,216); }
td.TdClassName
{
border-color: #AEBBD8;
}
.TagClassName
{
border-color: #AEBBD8;
}
</style>