Shades of Light Steel Blue #A9C3DA
Tints of Light Steel Blue #A9C3DA
RGB
CMYK
RGB Variations
Color information
#A9C3DA (or 0xA9C3DA) is known color: Light Steel Blue. HEX triplet: A9, C3 and DA. RGB value is (169,195,218). Sum of RGB (Red+Green+Blue) = 169+195+218=582 (77% of max value = 765). Red value is 169 (66.41% from 255 or 29.04% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9C3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C3DA is #563C25. Grayscale: #BDBDBD. Windows color (decimal): -5651494 or 14336937. OLE color: 14336937.
HSL color Cylindrical-coordinate representation of color #A9C3DA: hue angle of 208.16º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9C3DA is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 195 | 218 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.15 |
| HSL | 208.16º | 0.4% | 0.76% | - |
| HSV(B) | 208.16º | 0.22% | 0.85% | - |
| XYZ | 48.53 | 52.53 | 73.91 | - |
| YUV | 189.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 195 | 218 | 0.22 | 0.11 | 0 | 0.15 | 208.16 | 0.4 | 0.76 |
| Hex | A9 | C3 | DA | 16 | B | 0 | F | D0 | 28 | 4C |
| Octal | 251 | 303 | 332 | 26 | 13 | 0 | 17 | 320 | 50 | 114 |
| Binary | 10101001 | 11000011 | 11011010 | 10110 | 1011 | 0 | 1111 | 11010000 | 101000 | 1001100 |
Color Harmonies of #A9C3DA
Complementary color
Monochromatic Colors of #A9C3DA
Black with #A9C3DA
Text Example
Text Example
White with #A9C3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C3DA; }
p { color: rgb(169,195,218); }
H1.HeaderClassName
{
color: #A9C3DA;
}
.AnyTagClassName
{
color: #A9C3DA;
}
</style>
background-color css
<style>
a { background-color: #A9C3DA; }
a { background-color: rgb(169,195,218); }
div.DivClassName
{
background-color: #A9C3DA;
}
.BgClassName
{
background-color: #A9C3DA;
}
</style>
border-color css
<style>
span { border-color: #A9C3DA; }
span { border-color: rgb(169,195,218); }
td.TdClassName
{
border-color: #A9C3DA;
}
.TagClassName
{
border-color: #A9C3DA;
}
</style>