Shades of Light Steel Blue #A9C6DD
Tints of Light Steel Blue #A9C6DD
RGB
CMYK
RGB Variations
Color information
#A9C6DD (or 0xA9C6DD) is known color: Light Steel Blue. HEX triplet: A9, C6 and DD. RGB value is (169,198,221). Sum of RGB (Red+Green+Blue) = 169+198+221=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #A9C6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C6DD is #563922. Grayscale: #BFBFBF. Windows color (decimal): -5650723 or 14534313. OLE color: 14534313.
HSL color Cylindrical-coordinate representation of color #A9C6DD: hue angle of 206.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9C6DD is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 198 | 221 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.13 |
| HSL | 206.54º | 0.43% | 0.76% | - |
| HSV(B) | 206.54º | 0.24% | 0.87% | - |
| XYZ | 49.61 | 54.04 | 76.22 | - |
| YUV | 191.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 198 | 221 | 0.24 | 0.10 | 0 | 0.13 | 206.54 | 0.43 | 0.76 |
| Hex | A9 | C6 | DD | 18 | A | 0 | D | CF | 2B | 4C |
| Octal | 251 | 306 | 335 | 30 | 12 | 0 | 15 | 317 | 53 | 114 |
| Binary | 10101001 | 11000110 | 11011101 | 11000 | 1010 | 0 | 1101 | 11001111 | 101011 | 1001100 |
Color Harmonies of #A9C6DD
Complementary color
Monochromatic Colors of #A9C6DD
Black with #A9C6DD
Text Example
Text Example
White with #A9C6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C6DD; }
p { color: rgb(169,198,221); }
H1.HeaderClassName
{
color: #A9C6DD;
}
.AnyTagClassName
{
color: #A9C6DD;
}
</style>
background-color css
<style>
a { background-color: #A9C6DD; }
a { background-color: rgb(169,198,221); }
div.DivClassName
{
background-color: #A9C6DD;
}
.BgClassName
{
background-color: #A9C6DD;
}
</style>
border-color css
<style>
span { border-color: #A9C6DD; }
span { border-color: rgb(169,198,221); }
td.TdClassName
{
border-color: #A9C6DD;
}
.TagClassName
{
border-color: #A9C6DD;
}
</style>