Shades of Light Steel Blue #A9C7DC
Tints of Light Steel Blue #A9C7DC
RGB
CMYK
RGB Variations
Color information
#A9C7DC (or 0xA9C7DC) is known color: Light Steel Blue. HEX triplet: A9, C7 and DC. RGB value is (169,199,220). Sum of RGB (Red+Green+Blue) = 169+199+220=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 199 (78.12% from 255 or 33.84% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C7DC is #563823. Grayscale: #C0C0C0. Windows color (decimal): -5650468 or 14469033. OLE color: 14469033.
HSL color Cylindrical-coordinate representation of color #A9C7DC: hue angle of 204.71º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9C7DC is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 199 | 220 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.14 |
| HSL | 204.71º | 0.42% | 0.76% | - |
| HSV(B) | 204.71º | 0.23% | 0.86% | - |
| XYZ | 49.7 | 54.45 | 75.6 | - |
| YUV | 192.42 | 143.56 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 199 | 220 | 0.23 | 0.10 | 0 | 0.14 | 204.71 | 0.42 | 0.76 |
| Hex | A9 | C7 | DC | 17 | A | 0 | E | CD | 2A | 4C |
| Octal | 251 | 307 | 334 | 27 | 12 | 0 | 16 | 315 | 52 | 114 |
| Binary | 10101001 | 11000111 | 11011100 | 10111 | 1010 | 0 | 1110 | 11001101 | 101010 | 1001100 |
Color Harmonies of #A9C7DC
Complementary color
Monochromatic Colors of #A9C7DC
Black with #A9C7DC
Text Example
Text Example
White with #A9C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C7DC; }
p { color: rgb(169,199,220); }
H1.HeaderClassName
{
color: #A9C7DC;
}
.AnyTagClassName
{
color: #A9C7DC;
}
</style>
background-color css
<style>
a { background-color: #A9C7DC; }
a { background-color: rgb(169,199,220); }
div.DivClassName
{
background-color: #A9C7DC;
}
.BgClassName
{
background-color: #A9C7DC;
}
</style>
border-color css
<style>
span { border-color: #A9C7DC; }
span { border-color: rgb(169,199,220); }
td.TdClassName
{
border-color: #A9C7DC;
}
.TagClassName
{
border-color: #A9C7DC;
}
</style>