Shades of Light Steel Blue #AEC9DE
Tints of Light Steel Blue #AEC9DE
RGB
CMYK
RGB Variations
Color information
#AEC9DE (or 0xAEC9DE) is known color: Light Steel Blue. HEX triplet: AE, C9 and DE. RGB value is (174,201,222). Sum of RGB (Red+Green+Blue) = 174+201+222=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEC9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEC9DE is #513621. Grayscale: #C3C3C3. Windows color (decimal): -5322274 or 14600622. OLE color: 14600622.
HSL color Cylindrical-coordinate representation of color #AEC9DE: hue angle of 206.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEC9DE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 201 | 222 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.13 |
| HSL | 206.25º | 0.42% | 0.78% | - |
| HSV(B) | 206.25º | 0.22% | 0.87% | - |
| XYZ | 51.53 | 56.05 | 77.21 | - |
| YUV | 195.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 201 | 222 | 0.22 | 0.09 | 0 | 0.13 | 206.25 | 0.42 | 0.78 |
| Hex | AE | C9 | DE | 16 | 9 | 0 | D | CE | 2A | 4E |
| Octal | 256 | 311 | 336 | 26 | 11 | 0 | 15 | 316 | 52 | 116 |
| Binary | 10101110 | 11001001 | 11011110 | 10110 | 1001 | 0 | 1101 | 11001110 | 101010 | 1001110 |
Color Harmonies of #AEC9DE
Complementary color
Monochromatic Colors of #AEC9DE
Black with #AEC9DE
Text Example
Text Example
White with #AEC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEC9DE; }
p { color: rgb(174,201,222); }
H1.HeaderClassName
{
color: #AEC9DE;
}
.AnyTagClassName
{
color: #AEC9DE;
}
</style>
background-color css
<style>
a { background-color: #AEC9DE; }
a { background-color: rgb(174,201,222); }
div.DivClassName
{
background-color: #AEC9DE;
}
.BgClassName
{
background-color: #AEC9DE;
}
</style>
border-color css
<style>
span { border-color: #AEC9DE; }
span { border-color: rgb(174,201,222); }
td.TdClassName
{
border-color: #AEC9DE;
}
.TagClassName
{
border-color: #AEC9DE;
}
</style>