Shades of Light Steel Blue #AEBBD6
Tints of Light Steel Blue #AEBBD6
RGB
CMYK
RGB Variations
Color information
#AEBBD6 (or 0xAEBBD6) is known color: Light Steel Blue. HEX triplet: AE, BB and D6. RGB value is (174,187,214). Sum of RGB (Red+Green+Blue) = 174+187+214=575 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.26% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEBBD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBD6 is #514429. Grayscale: #BABABA. Windows color (decimal): -5325866 or 14072750. OLE color: 14072750.
HSL color Cylindrical-coordinate representation of color #AEBBD6: hue angle of 220.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEBBD6 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 187 | 214 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.16 |
| HSL | 220.5º | 0.33% | 0.76% | - |
| HSV(B) | 220.5º | 0.19% | 0.84% | - |
| XYZ | 47.36 | 49.39 | 70.66 | - |
| YUV | 186.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 187 | 214 | 0.19 | 0.13 | 0 | 0.16 | 220.5 | 0.33 | 0.76 |
| Hex | AE | BB | D6 | 13 | D | 0 | 10 | DC | 21 | 4C |
| Octal | 256 | 273 | 326 | 23 | 15 | 0 | 20 | 334 | 41 | 114 |
| Binary | 10101110 | 10111011 | 11010110 | 10011 | 1101 | 0 | 10000 | 11011100 | 100001 | 1001100 |
Color Harmonies of #AEBBD6
Complementary color
Monochromatic Colors of #AEBBD6
Black with #AEBBD6
Text Example
Text Example
White with #AEBBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBBD6; }
p { color: rgb(174,187,214); }
H1.HeaderClassName
{
color: #AEBBD6;
}
.AnyTagClassName
{
color: #AEBBD6;
}
</style>
background-color css
<style>
a { background-color: #AEBBD6; }
a { background-color: rgb(174,187,214); }
div.DivClassName
{
background-color: #AEBBD6;
}
.BgClassName
{
background-color: #AEBBD6;
}
</style>
border-color css
<style>
span { border-color: #AEBBD6; }
span { border-color: rgb(174,187,214); }
td.TdClassName
{
border-color: #AEBBD6;
}
.TagClassName
{
border-color: #AEBBD6;
}
</style>