Shades of Light Steel Blue #A5BBE1
Tints of Light Steel Blue #A5BBE1
RGB
CMYK
RGB Variations
Color information
#A5BBE1 (or 0xA5BBE1) is known color: Light Steel Blue. HEX triplet: A5, BB and E1. RGB value is (165,187,225). Sum of RGB (Red+Green+Blue) = 165+187+225=577 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.60% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 225 (88.28% from 255 or 38.99% from 577); Max value from RGB is 225 - color contains mainly: blue. Hex color #A5BBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBE1 is #5A441E. Grayscale: #B8B8B8. Windows color (decimal): -5915679 or 14793637. OLE color: 14793637.
HSL color Cylindrical-coordinate representation of color #A5BBE1: hue angle of 218º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5BBE1 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 187 | 225 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.12 |
| HSL | 218º | 0.5% | 0.76% | - |
| HSV(B) | 218º | 0.27% | 0.88% | - |
| XYZ | 46.88 | 48.98 | 78.22 | - |
| YUV | 184.75 | 150.71 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 225 | 0.27 | 0.17 | 0 | 0.12 | 218 | 0.5 | 0.76 |
| Hex | A5 | BB | E1 | 1B | 11 | 0 | C | DA | 32 | 4C |
| Octal | 245 | 273 | 341 | 33 | 21 | 0 | 14 | 332 | 62 | 114 |
| Binary | 10100101 | 10111011 | 11100001 | 11011 | 10001 | 0 | 1100 | 11011010 | 110010 | 1001100 |
Color Harmonies of #A5BBE1
Complementary color
Monochromatic Colors of #A5BBE1
Black with #A5BBE1
Text Example
Text Example
White with #A5BBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBE1; }
p { color: rgb(165,187,225); }
H1.HeaderClassName
{
color: #A5BBE1;
}
.AnyTagClassName
{
color: #A5BBE1;
}
</style>
background-color css
<style>
a { background-color: #A5BBE1; }
a { background-color: rgb(165,187,225); }
div.DivClassName
{
background-color: #A5BBE1;
}
.BgClassName
{
background-color: #A5BBE1;
}
</style>
border-color css
<style>
span { border-color: #A5BBE1; }
span { border-color: rgb(165,187,225); }
td.TdClassName
{
border-color: #A5BBE1;
}
.TagClassName
{
border-color: #A5BBE1;
}
</style>