Shades of Light Steel Blue #A9C4DC
Tints of Light Steel Blue #A9C4DC
RGB
CMYK
RGB Variations
Color information
#A9C4DC (or 0xA9C4DC) is known color: Light Steel Blue. HEX triplet: A9, C4 and DC. RGB value is (169,196,220). Sum of RGB (Red+Green+Blue) = 169+196+220=585 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.89% from 585); Green value is 196 (76.95% from 255 or 33.50% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9C4DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C4DC is #563B23. Grayscale: #BEBEBE. Windows color (decimal): -5651236 or 14468265. OLE color: 14468265.
HSL color Cylindrical-coordinate representation of color #A9C4DC: hue angle of 208.24º 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 #A9C4DC is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 196 | 220 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.14 |
| HSL | 208.24º | 0.42% | 0.76% | - |
| HSV(B) | 208.24º | 0.23% | 0.86% | - |
| XYZ | 49.02 | 53.08 | 75.37 | - |
| YUV | 190.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 196 | 220 | 0.23 | 0.11 | 0 | 0.14 | 208.24 | 0.42 | 0.76 |
| Hex | A9 | C4 | DC | 17 | B | 0 | E | D0 | 2A | 4C |
| Octal | 251 | 304 | 334 | 27 | 13 | 0 | 16 | 320 | 52 | 114 |
| Binary | 10101001 | 11000100 | 11011100 | 10111 | 1011 | 0 | 1110 | 11010000 | 101010 | 1001100 |
Color Harmonies of #A9C4DC
Complementary color
Monochromatic Colors of #A9C4DC
Black with #A9C4DC
Text Example
Text Example
White with #A9C4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C4DC; }
p { color: rgb(169,196,220); }
H1.HeaderClassName
{
color: #A9C4DC;
}
.AnyTagClassName
{
color: #A9C4DC;
}
</style>
background-color css
<style>
a { background-color: #A9C4DC; }
a { background-color: rgb(169,196,220); }
div.DivClassName
{
background-color: #A9C4DC;
}
.BgClassName
{
background-color: #A9C4DC;
}
</style>
border-color css
<style>
span { border-color: #A9C4DC; }
span { border-color: rgb(169,196,220); }
td.TdClassName
{
border-color: #A9C4DC;
}
.TagClassName
{
border-color: #A9C4DC;
}
</style>