Shades of Light Steel Blue #A9BDDE
Tints of Light Steel Blue #A9BDDE
RGB
CMYK
RGB Variations
Color information
#A9BDDE (or 0xA9BDDE) is known color: Light Steel Blue. HEX triplet: A9, BD and DE. RGB value is (169,189,222). Sum of RGB (Red+Green+Blue) = 169+189+222=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 189 (74.22% from 255 or 32.59% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9BDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BDDE is #564221. Grayscale: #BABABA. Windows color (decimal): -5653026 or 14597545. OLE color: 14597545.
HSL color Cylindrical-coordinate representation of color #A9BDDE: hue angle of 217.36º 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 #A9BDDE is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 189 | 222 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.13 |
| HSL | 217.36º | 0.45% | 0.77% | - |
| HSV(B) | 217.36º | 0.24% | 0.87% | - |
| XYZ | 47.74 | 50.1 | 76.26 | - |
| YUV | 186.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 189 | 222 | 0.24 | 0.15 | 0 | 0.13 | 217.36 | 0.45 | 0.77 |
| Hex | A9 | BD | DE | 18 | F | 0 | D | D9 | 2D | 4D |
| Octal | 251 | 275 | 336 | 30 | 17 | 0 | 15 | 331 | 55 | 115 |
| Binary | 10101001 | 10111101 | 11011110 | 11000 | 1111 | 0 | 1101 | 11011001 | 101101 | 1001101 |
Color Harmonies of #A9BDDE
Complementary color
Monochromatic Colors of #A9BDDE
Black with #A9BDDE
Text Example
Text Example
White with #A9BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BDDE; }
p { color: rgb(169,189,222); }
H1.HeaderClassName
{
color: #A9BDDE;
}
.AnyTagClassName
{
color: #A9BDDE;
}
</style>
background-color css
<style>
a { background-color: #A9BDDE; }
a { background-color: rgb(169,189,222); }
div.DivClassName
{
background-color: #A9BDDE;
}
.BgClassName
{
background-color: #A9BDDE;
}
</style>
border-color css
<style>
span { border-color: #A9BDDE; }
span { border-color: rgb(169,189,222); }
td.TdClassName
{
border-color: #A9BDDE;
}
.TagClassName
{
border-color: #A9BDDE;
}
</style>