Shades of Light Steel Blue #A4BBD7
Tints of Light Steel Blue #A4BBD7
RGB
CMYK
RGB Variations
Color information
#A4BBD7 (or 0xA4BBD7) is known color: Light Steel Blue. HEX triplet: A4, BB and D7. RGB value is (164,187,215). Sum of RGB (Red+Green+Blue) = 164+187+215=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #A4BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBD7 is #5B4428. Grayscale: #B7B7B7. Windows color (decimal): -5981225 or 14138276. OLE color: 14138276.
HSL color Cylindrical-coordinate representation of color #A4BBD7: hue angle of 212.94º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4BBD7 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 187 | 215 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.16 |
| HSL | 212.94º | 0.39% | 0.74% | - |
| HSV(B) | 212.94º | 0.24% | 0.84% | - |
| XYZ | 45.35 | 48.34 | 71.23 | - |
| YUV | 183.32 | 145.88 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 215 | 0.24 | 0.13 | 0 | 0.16 | 212.94 | 0.39 | 0.74 |
| Hex | A4 | BB | D7 | 18 | D | 0 | 10 | D5 | 27 | 4A |
| Octal | 244 | 273 | 327 | 30 | 15 | 0 | 20 | 325 | 47 | 112 |
| Binary | 10100100 | 10111011 | 11010111 | 11000 | 1101 | 0 | 10000 | 11010101 | 100111 | 1001010 |
Color Harmonies of #A4BBD7
Complementary color
Monochromatic Colors of #A4BBD7
Black with #A4BBD7
Text Example
Text Example
White with #A4BBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBD7; }
p { color: rgb(164,187,215); }
H1.HeaderClassName
{
color: #A4BBD7;
}
.AnyTagClassName
{
color: #A4BBD7;
}
</style>
background-color css
<style>
a { background-color: #A4BBD7; }
a { background-color: rgb(164,187,215); }
div.DivClassName
{
background-color: #A4BBD7;
}
.BgClassName
{
background-color: #A4BBD7;
}
</style>
border-color css
<style>
span { border-color: #A4BBD7; }
span { border-color: rgb(164,187,215); }
td.TdClassName
{
border-color: #A4BBD7;
}
.TagClassName
{
border-color: #A4BBD7;
}
</style>