Shades of Light Steel Blue #AAC3DF
Tints of Light Steel Blue #AAC3DF
RGB
CMYK
RGB Variations
Color information
#AAC3DF (or 0xAAC3DF) is known color: Light Steel Blue. HEX triplet: AA, C3 and DF. RGB value is (170,195,223). Sum of RGB (Red+Green+Blue) = 170+195+223=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAC3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC3DF is #553C20. Grayscale: #BEBEBE. Windows color (decimal): -5585953 or 14664618. OLE color: 14664618.
HSL color Cylindrical-coordinate representation of color #AAC3DF: hue angle of 211.7º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAC3DF is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 195 | 223 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.13 |
| HSL | 211.7º | 0.45% | 0.77% | - |
| HSV(B) | 211.7º | 0.24% | 0.87% | - |
| XYZ | 49.41 | 52.9 | 77.42 | - |
| YUV | 190.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 223 | 0.24 | 0.13 | 0 | 0.13 | 211.7 | 0.45 | 0.77 |
| Hex | AA | C3 | DF | 18 | D | 0 | D | D4 | 2D | 4D |
| Octal | 252 | 303 | 337 | 30 | 15 | 0 | 15 | 324 | 55 | 115 |
| Binary | 10101010 | 11000011 | 11011111 | 11000 | 1101 | 0 | 1101 | 11010100 | 101101 | 1001101 |
Color Harmonies of #AAC3DF
Complementary color
Monochromatic Colors of #AAC3DF
Black with #AAC3DF
Text Example
Text Example
White with #AAC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC3DF; }
p { color: rgb(170,195,223); }
H1.HeaderClassName
{
color: #AAC3DF;
}
.AnyTagClassName
{
color: #AAC3DF;
}
</style>
background-color css
<style>
a { background-color: #AAC3DF; }
a { background-color: rgb(170,195,223); }
div.DivClassName
{
background-color: #AAC3DF;
}
.BgClassName
{
background-color: #AAC3DF;
}
</style>
border-color css
<style>
span { border-color: #AAC3DF; }
span { border-color: rgb(170,195,223); }
td.TdClassName
{
border-color: #AAC3DF;
}
.TagClassName
{
border-color: #AAC3DF;
}
</style>