Shades of Light Steel Blue #A9C4DA
Tints of Light Steel Blue #A9C4DA
RGB
CMYK
RGB Variations
Color information
#A9C4DA (or 0xA9C4DA) is known color: Light Steel Blue. HEX triplet: A9, C4 and DA. RGB value is (169,196,218). Sum of RGB (Red+Green+Blue) = 169+196+218=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #A9C4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4DA is #563B25. Grayscale: #BEBEBE. Windows color (decimal): -5651238 or 14337193. OLE color: 14337193.
HSL color Cylindrical-coordinate representation of color #A9C4DA: hue angle of 206.94º 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 #A9C4DA is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 196 | 218 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.15 |
| HSL | 206.94º | 0.4% | 0.76% | - |
| HSV(B) | 206.94º | 0.22% | 0.85% | - |
| XYZ | 48.76 | 52.98 | 73.99 | - |
| YUV | 190.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 218 | 0.22 | 0.10 | 0 | 0.15 | 206.94 | 0.4 | 0.76 |
| Hex | A9 | C4 | DA | 16 | A | 0 | F | CF | 28 | 4C |
| Octal | 251 | 304 | 332 | 26 | 12 | 0 | 17 | 317 | 50 | 114 |
| Binary | 10101001 | 11000100 | 11011010 | 10110 | 1010 | 0 | 1111 | 11001111 | 101000 | 1001100 |
Color Harmonies of #A9C4DA
Complementary color
Monochromatic Colors of #A9C4DA
Black with #A9C4DA
Text Example
Text Example
White with #A9C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C4DA; }
p { color: rgb(169,196,218); }
H1.HeaderClassName
{
color: #A9C4DA;
}
.AnyTagClassName
{
color: #A9C4DA;
}
</style>
background-color css
<style>
a { background-color: #A9C4DA; }
a { background-color: rgb(169,196,218); }
div.DivClassName
{
background-color: #A9C4DA;
}
.BgClassName
{
background-color: #A9C4DA;
}
</style>
border-color css
<style>
span { border-color: #A9C4DA; }
span { border-color: rgb(169,196,218); }
td.TdClassName
{
border-color: #A9C4DA;
}
.TagClassName
{
border-color: #A9C4DA;
}
</style>