Shades of Light Steel Blue #A9C2DC
Tints of Light Steel Blue #A9C2DC
RGB
CMYK
RGB Variations
Color information
#A9C2DC (or 0xA9C2DC) is known color: Light Steel Blue. HEX triplet: A9, C2 and DC. RGB value is (169,194,220). Sum of RGB (Red+Green+Blue) = 169+194+220=583 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.99% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C2DC is #563D23. Grayscale: #BDBDBD. Windows color (decimal): -5651748 or 14467753. OLE color: 14467753.
HSL color Cylindrical-coordinate representation of color #A9C2DC: hue angle of 210.59º 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 #A9C2DC is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 194 | 220 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.14 |
| HSL | 210.59º | 0.42% | 0.76% | - |
| HSV(B) | 210.59º | 0.23% | 0.86% | - |
| XYZ | 48.57 | 52.19 | 75.22 | - |
| YUV | 189.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 194 | 220 | 0.23 | 0.12 | 0 | 0.14 | 210.59 | 0.42 | 0.76 |
| Hex | A9 | C2 | DC | 17 | C | 0 | E | D3 | 2A | 4C |
| Octal | 251 | 302 | 334 | 27 | 14 | 0 | 16 | 323 | 52 | 114 |
| Binary | 10101001 | 11000010 | 11011100 | 10111 | 1100 | 0 | 1110 | 11010011 | 101010 | 1001100 |
Color Harmonies of #A9C2DC
Complementary color
Monochromatic Colors of #A9C2DC
Black with #A9C2DC
Text Example
Text Example
White with #A9C2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C2DC; }
p { color: rgb(169,194,220); }
H1.HeaderClassName
{
color: #A9C2DC;
}
.AnyTagClassName
{
color: #A9C2DC;
}
</style>
background-color css
<style>
a { background-color: #A9C2DC; }
a { background-color: rgb(169,194,220); }
div.DivClassName
{
background-color: #A9C2DC;
}
.BgClassName
{
background-color: #A9C2DC;
}
</style>
border-color css
<style>
span { border-color: #A9C2DC; }
span { border-color: rgb(169,194,220); }
td.TdClassName
{
border-color: #A9C2DC;
}
.TagClassName
{
border-color: #A9C2DC;
}
</style>