Shades of Light Steel Blue #AAC5E3
Tints of Light Steel Blue #AAC5E3
RGB
CMYK
RGB Variations
Color information
#AAC5E3 (or 0xAAC5E3) is known color: Light Steel Blue. HEX triplet: AA, C5 and E3. RGB value is (170,197,227). Sum of RGB (Red+Green+Blue) = 170+197+227=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 227 (89.06% from 255 or 38.22% from 594); Max value from RGB is 227 - color contains mainly: blue. Hex color #AAC5E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC5E3 is #553A1C. Grayscale: #C0C0C0. Windows color (decimal): -5585437 or 14927274. OLE color: 14927274.
HSL color Cylindrical-coordinate representation of color #AAC5E3: hue angle of 211.58º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAC5E3 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 197 | 227 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.11 |
| HSL | 211.58º | 0.5% | 0.78% | - |
| HSV(B) | 211.58º | 0.25% | 0.89% | - |
| XYZ | 50.41 | 54.02 | 80.44 | - |
| YUV | 192.35 | 147.55 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 227 | 0.25 | 0.13 | 0 | 0.11 | 211.58 | 0.5 | 0.78 |
| Hex | AA | C5 | E3 | 19 | D | 0 | B | D4 | 32 | 4E |
| Octal | 252 | 305 | 343 | 31 | 15 | 0 | 13 | 324 | 62 | 116 |
| Binary | 10101010 | 11000101 | 11100011 | 11001 | 1101 | 0 | 1011 | 11010100 | 110010 | 1001110 |
Color Harmonies of #AAC5E3
Complementary color
Monochromatic Colors of #AAC5E3
Black with #AAC5E3
Text Example
Text Example
White with #AAC5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC5E3; }
p { color: rgb(170,197,227); }
H1.HeaderClassName
{
color: #AAC5E3;
}
.AnyTagClassName
{
color: #AAC5E3;
}
</style>
background-color css
<style>
a { background-color: #AAC5E3; }
a { background-color: rgb(170,197,227); }
div.DivClassName
{
background-color: #AAC5E3;
}
.BgClassName
{
background-color: #AAC5E3;
}
</style>
border-color css
<style>
span { border-color: #AAC5E3; }
span { border-color: rgb(170,197,227); }
td.TdClassName
{
border-color: #AAC5E3;
}
.TagClassName
{
border-color: #AAC5E3;
}
</style>