Shades of Light Steel Blue #A4BBDF
Tints of Light Steel Blue #A4BBDF
RGB
CMYK
RGB Variations
Color information
#A4BBDF (or 0xA4BBDF) is known color: Light Steel Blue. HEX triplet: A4, BB and DF. RGB value is (164,187,223). Sum of RGB (Red+Green+Blue) = 164+187+223=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4BBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBDF is #5B4420. Grayscale: #B8B8B8. Windows color (decimal): -5981217 or 14662564. OLE color: 14662564.
HSL color Cylindrical-coordinate representation of color #A4BBDF: hue angle of 216.61º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4BBDF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 187 | 223 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.13 |
| HSL | 216.61º | 0.48% | 0.76% | - |
| HSV(B) | 216.61º | 0.26% | 0.87% | - |
| XYZ | 46.4 | 48.76 | 76.78 | - |
| YUV | 184.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 187 | 223 | 0.26 | 0.16 | 0 | 0.13 | 216.61 | 0.48 | 0.76 |
| Hex | A4 | BB | DF | 1A | 10 | 0 | D | D9 | 30 | 4C |
| Octal | 244 | 273 | 337 | 32 | 20 | 0 | 15 | 331 | 60 | 114 |
| Binary | 10100100 | 10111011 | 11011111 | 11010 | 10000 | 0 | 1101 | 11011001 | 110000 | 1001100 |
Color Harmonies of #A4BBDF
Complementary color
Monochromatic Colors of #A4BBDF
Black with #A4BBDF
Text Example
Text Example
White with #A4BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BBDF; }
p { color: rgb(164,187,223); }
H1.HeaderClassName
{
color: #A4BBDF;
}
.AnyTagClassName
{
color: #A4BBDF;
}
</style>
background-color css
<style>
a { background-color: #A4BBDF; }
a { background-color: rgb(164,187,223); }
div.DivClassName
{
background-color: #A4BBDF;
}
.BgClassName
{
background-color: #A4BBDF;
}
</style>
border-color css
<style>
span { border-color: #A4BBDF; }
span { border-color: rgb(164,187,223); }
td.TdClassName
{
border-color: #A4BBDF;
}
.TagClassName
{
border-color: #A4BBDF;
}
</style>