Shades of Light Steel Blue #AEBDDA
Tints of Light Steel Blue #AEBDDA
RGB
CMYK
RGB Variations
Color information
#AEBDDA (or 0xAEBDDA) is known color: Light Steel Blue. HEX triplet: AE, BD and DA. RGB value is (174,189,218). Sum of RGB (Red+Green+Blue) = 174+189+218=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDDA is #514225. Grayscale: #BBBBBB. Windows color (decimal): -5325350 or 14335406. OLE color: 14335406.
HSL color Cylindrical-coordinate representation of color #AEBDDA: hue angle of 219.55º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEBDDA is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 189 | 218 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.15 |
| HSL | 219.55º | 0.37% | 0.77% | - |
| HSV(B) | 219.55º | 0.2% | 0.85% | - |
| XYZ | 48.31 | 50.46 | 73.52 | - |
| YUV | 187.82 | 145.03 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 189 | 218 | 0.20 | 0.13 | 0 | 0.15 | 219.55 | 0.37 | 0.77 |
| Hex | AE | BD | DA | 14 | D | 0 | F | DC | 25 | 4D |
| Octal | 256 | 275 | 332 | 24 | 15 | 0 | 17 | 334 | 45 | 115 |
| Binary | 10101110 | 10111101 | 11011010 | 10100 | 1101 | 0 | 1111 | 11011100 | 100101 | 1001101 |
Color Harmonies of #AEBDDA
Complementary color
Monochromatic Colors of #AEBDDA
Black with #AEBDDA
Text Example
Text Example
White with #AEBDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBDDA; }
p { color: rgb(174,189,218); }
H1.HeaderClassName
{
color: #AEBDDA;
}
.AnyTagClassName
{
color: #AEBDDA;
}
</style>
background-color css
<style>
a { background-color: #AEBDDA; }
a { background-color: rgb(174,189,218); }
div.DivClassName
{
background-color: #AEBDDA;
}
.BgClassName
{
background-color: #AEBDDA;
}
</style>
border-color css
<style>
span { border-color: #AEBDDA; }
span { border-color: rgb(174,189,218); }
td.TdClassName
{
border-color: #AEBDDA;
}
.TagClassName
{
border-color: #AEBDDA;
}
</style>