Shades of Light Steel Blue #AEBFDA
Tints of Light Steel Blue #AEBFDA
RGB
CMYK
RGB Variations
Color information
#AEBFDA (or 0xAEBFDA) is known color: Light Steel Blue. HEX triplet: AE, BF and DA. RGB value is (174,191,218). Sum of RGB (Red+Green+Blue) = 174+191+218=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #AEBFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFDA is #514025. Grayscale: #BCBCBC. Windows color (decimal): -5324838 or 14335918. OLE color: 14335918.
HSL color Cylindrical-coordinate representation of color #AEBFDA: hue angle of 216.82º 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 #AEBFDA is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 191 | 218 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.15 |
| HSL | 216.82º | 0.37% | 0.77% | - |
| HSV(B) | 216.82º | 0.2% | 0.85% | - |
| XYZ | 48.74 | 51.32 | 73.67 | - |
| YUV | 189 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 191 | 218 | 0.20 | 0.12 | 0 | 0.15 | 216.82 | 0.37 | 0.77 |
| Hex | AE | BF | DA | 14 | C | 0 | F | D9 | 25 | 4D |
| Octal | 256 | 277 | 332 | 24 | 14 | 0 | 17 | 331 | 45 | 115 |
| Binary | 10101110 | 10111111 | 11011010 | 10100 | 1100 | 0 | 1111 | 11011001 | 100101 | 1001101 |
Color Harmonies of #AEBFDA
Complementary color
Monochromatic Colors of #AEBFDA
Black with #AEBFDA
Text Example
Text Example
White with #AEBFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEBFDA; }
p { color: rgb(174,191,218); }
H1.HeaderClassName
{
color: #AEBFDA;
}
.AnyTagClassName
{
color: #AEBFDA;
}
</style>
background-color css
<style>
a { background-color: #AEBFDA; }
a { background-color: rgb(174,191,218); }
div.DivClassName
{
background-color: #AEBFDA;
}
.BgClassName
{
background-color: #AEBFDA;
}
</style>
border-color css
<style>
span { border-color: #AEBFDA; }
span { border-color: rgb(174,191,218); }
td.TdClassName
{
border-color: #AEBFDA;
}
.TagClassName
{
border-color: #AEBFDA;
}
</style>