Shades of Light Steel Blue #A9BFE5
Tints of Light Steel Blue #A9BFE5
RGB
CMYK
RGB Variations
Color information
#A9BFE5 (or 0xA9BFE5) is known color: Light Steel Blue. HEX triplet: A9, BF and E5. RGB value is (169,191,229). Sum of RGB (Red+Green+Blue) = 169+191+229=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #A9BFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFE5 is #56401A. Grayscale: #BCBCBC. Windows color (decimal): -5652507 or 15056809. OLE color: 15056809.
HSL color Cylindrical-coordinate representation of color #A9BFE5: hue angle of 218º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9BFE5 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 191 | 229 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.10 |
| HSL | 218º | 0.54% | 0.78% | - |
| HSV(B) | 218º | 0.26% | 0.9% | - |
| XYZ | 49.14 | 51.35 | 81.45 | - |
| YUV | 188.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 191 | 229 | 0.26 | 0.17 | 0 | 0.10 | 218 | 0.54 | 0.78 |
| Hex | A9 | BF | E5 | 1A | 11 | 0 | A | DA | 36 | 4E |
| Octal | 251 | 277 | 345 | 32 | 21 | 0 | 12 | 332 | 66 | 116 |
| Binary | 10101001 | 10111111 | 11100101 | 11010 | 10001 | 0 | 1010 | 11011010 | 110110 | 1001110 |
Color Harmonies of #A9BFE5
Complementary color
Monochromatic Colors of #A9BFE5
Black with #A9BFE5
Text Example
Text Example
White with #A9BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9BFE5; }
p { color: rgb(169,191,229); }
H1.HeaderClassName
{
color: #A9BFE5;
}
.AnyTagClassName
{
color: #A9BFE5;
}
</style>
background-color css
<style>
a { background-color: #A9BFE5; }
a { background-color: rgb(169,191,229); }
div.DivClassName
{
background-color: #A9BFE5;
}
.BgClassName
{
background-color: #A9BFE5;
}
</style>
border-color css
<style>
span { border-color: #A9BFE5; }
span { border-color: rgb(169,191,229); }
td.TdClassName
{
border-color: #A9BFE5;
}
.TagClassName
{
border-color: #A9BFE5;
}
</style>