Shades of Light Steel Blue #A5BBD7
Tints of Light Steel Blue #A5BBD7
RGB
CMYK
RGB Variations
Color information
#A5BBD7 (or 0xA5BBD7) is known color: Light Steel Blue. HEX triplet: A5, BB and D7. RGB value is (165,187,215). Sum of RGB (Red+Green+Blue) = 165+187+215=567 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.10% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #A5BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BBD7 is #5A4428. Grayscale: #B7B7B7. Windows color (decimal): -5915689 or 14138277. OLE color: 14138277.
HSL color Cylindrical-coordinate representation of color #A5BBD7: hue angle of 213.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5BBD7 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 187 | 215 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.16 |
| HSL | 213.6º | 0.38% | 0.75% | - |
| HSV(B) | 213.6º | 0.23% | 0.84% | - |
| XYZ | 45.55 | 48.45 | 71.24 | - |
| YUV | 183.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 187 | 215 | 0.23 | 0.13 | 0 | 0.16 | 213.6 | 0.38 | 0.75 |
| Hex | A5 | BB | D7 | 17 | D | 0 | 10 | D6 | 26 | 4B |
| Octal | 245 | 273 | 327 | 27 | 15 | 0 | 20 | 326 | 46 | 113 |
| Binary | 10100101 | 10111011 | 11010111 | 10111 | 1101 | 0 | 10000 | 11010110 | 100110 | 1001011 |
Color Harmonies of #A5BBD7
Complementary color
Monochromatic Colors of #A5BBD7
Black with #A5BBD7
Text Example
Text Example
White with #A5BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5BBD7; }
p { color: rgb(165,187,215); }
H1.HeaderClassName
{
color: #A5BBD7;
}
.AnyTagClassName
{
color: #A5BBD7;
}
</style>
background-color css
<style>
a { background-color: #A5BBD7; }
a { background-color: rgb(165,187,215); }
div.DivClassName
{
background-color: #A5BBD7;
}
.BgClassName
{
background-color: #A5BBD7;
}
</style>
border-color css
<style>
span { border-color: #A5BBD7; }
span { border-color: rgb(165,187,215); }
td.TdClassName
{
border-color: #A5BBD7;
}
.TagClassName
{
border-color: #A5BBD7;
}
</style>