Shades of Light Steel Blue #A9BCDE
Tints of Light Steel Blue #A9BCDE
RGB
CMYK
RGB Variations
Color information
#A9BCDE (or 0xA9BCDE) is known color: Light Steel Blue. HEX triplet: A9, BC and DE. RGB value is (169,188,222). Sum of RGB (Red+Green+Blue) = 169+188+222=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9BCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCDE is #564321. Grayscale: #BABABA. Windows color (decimal): -5653282 or 14597289. OLE color: 14597289.
HSL color Cylindrical-coordinate representation of color #A9BCDE: hue angle of 218.49º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9BCDE is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 188 | 222 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.13 |
| HSL | 218.49º | 0.45% | 0.77% | - |
| HSV(B) | 218.49º | 0.24% | 0.87% | - |
| XYZ | 47.53 | 49.68 | 76.19 | - |
| YUV | 186.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 188 | 222 | 0.24 | 0.15 | 0 | 0.13 | 218.49 | 0.45 | 0.77 |
| Hex | A9 | BC | DE | 18 | F | 0 | D | DA | 2D | 4D |
| Octal | 251 | 274 | 336 | 30 | 17 | 0 | 15 | 332 | 55 | 115 |
| Binary | 10101001 | 10111100 | 11011110 | 11000 | 1111 | 0 | 1101 | 11011010 | 101101 | 1001101 |
Color Harmonies of #A9BCDE
Complementary color
Monochromatic Colors of #A9BCDE
Black with #A9BCDE
Text Example
Text Example
White with #A9BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BCDE; }
p { color: rgb(169,188,222); }
H1.HeaderClassName
{
color: #A9BCDE;
}
.AnyTagClassName
{
color: #A9BCDE;
}
</style>
background-color css
<style>
a { background-color: #A9BCDE; }
a { background-color: rgb(169,188,222); }
div.DivClassName
{
background-color: #A9BCDE;
}
.BgClassName
{
background-color: #A9BCDE;
}
</style>
border-color css
<style>
span { border-color: #A9BCDE; }
span { border-color: rgb(169,188,222); }
td.TdClassName
{
border-color: #A9BCDE;
}
.TagClassName
{
border-color: #A9BCDE;
}
</style>