Shades of Light Steel Blue #A9BDDC
Tints of Light Steel Blue #A9BDDC
RGB
CMYK
RGB Variations
Color information
#A9BDDC (or 0xA9BDDC) is known color: Light Steel Blue. HEX triplet: A9, BD and DC. RGB value is (169,189,220). Sum of RGB (Red+Green+Blue) = 169+189+220=578 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.24% from 578); Green value is 189 (74.22% from 255 or 32.70% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDDC is #564223. Grayscale: #BABABA. Windows color (decimal): -5653028 or 14466473. OLE color: 14466473.
HSL color Cylindrical-coordinate representation of color #A9BDDC: hue angle of 216.47º 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 #A9BDDC is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 189 | 220 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.14 |
| HSL | 216.47º | 0.42% | 0.76% | - |
| HSV(B) | 216.47º | 0.23% | 0.86% | - |
| XYZ | 47.48 | 50 | 74.86 | - |
| YUV | 186.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 220 | 0.23 | 0.14 | 0 | 0.14 | 216.47 | 0.42 | 0.76 |
| Hex | A9 | BD | DC | 17 | E | 0 | E | D8 | 2A | 4C |
| Octal | 251 | 275 | 334 | 27 | 16 | 0 | 16 | 330 | 52 | 114 |
| Binary | 10101001 | 10111101 | 11011100 | 10111 | 1110 | 0 | 1110 | 11011000 | 101010 | 1001100 |
Color Harmonies of #A9BDDC
Complementary color
Monochromatic Colors of #A9BDDC
Black with #A9BDDC
Text Example
Text Example
White with #A9BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDDC; }
p { color: rgb(169,189,220); }
H1.HeaderClassName
{
color: #A9BDDC;
}
.AnyTagClassName
{
color: #A9BDDC;
}
</style>
background-color css
<style>
a { background-color: #A9BDDC; }
a { background-color: rgb(169,189,220); }
div.DivClassName
{
background-color: #A9BDDC;
}
.BgClassName
{
background-color: #A9BDDC;
}
</style>
border-color css
<style>
span { border-color: #A9BDDC; }
span { border-color: rgb(169,189,220); }
td.TdClassName
{
border-color: #A9BDDC;
}
.TagClassName
{
border-color: #A9BDDC;
}
</style>