Shades of Light Steel Blue #A9C8DF
Tints of Light Steel Blue #A9C8DF
RGB
CMYK
RGB Variations
Color information
#A9C8DF (or 0xA9C8DF) is known color: Light Steel Blue. HEX triplet: A9, C8 and DF. RGB value is (169,200,223). Sum of RGB (Red+Green+Blue) = 169+200+223=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #A9C8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C8DF is #563720. Grayscale: #C1C1C1. Windows color (decimal): -5650209 or 14665897. OLE color: 14665897.
HSL color Cylindrical-coordinate representation of color #A9C8DF: hue angle of 205.56º degrees, saturation: 0.46, 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 #A9C8DF is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 200 | 223 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.13 |
| HSL | 205.56º | 0.46% | 0.77% | - |
| HSV(B) | 205.56º | 0.24% | 0.87% | - |
| XYZ | 50.34 | 55.07 | 77.79 | - |
| YUV | 193.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 223 | 0.24 | 0.10 | 0 | 0.13 | 205.56 | 0.46 | 0.77 |
| Hex | A9 | C8 | DF | 18 | A | 0 | D | CE | 2E | 4D |
| Octal | 251 | 310 | 337 | 30 | 12 | 0 | 15 | 316 | 56 | 115 |
| Binary | 10101001 | 11001000 | 11011111 | 11000 | 1010 | 0 | 1101 | 11001110 | 101110 | 1001101 |
Color Harmonies of #A9C8DF
Complementary color
Monochromatic Colors of #A9C8DF
Black with #A9C8DF
Text Example
Text Example
White with #A9C8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C8DF; }
p { color: rgb(169,200,223); }
H1.HeaderClassName
{
color: #A9C8DF;
}
.AnyTagClassName
{
color: #A9C8DF;
}
</style>
background-color css
<style>
a { background-color: #A9C8DF; }
a { background-color: rgb(169,200,223); }
div.DivClassName
{
background-color: #A9C8DF;
}
.BgClassName
{
background-color: #A9C8DF;
}
</style>
border-color css
<style>
span { border-color: #A9C8DF; }
span { border-color: rgb(169,200,223); }
td.TdClassName
{
border-color: #A9C8DF;
}
.TagClassName
{
border-color: #A9C8DF;
}
</style>