Shades of Light Steel Blue #A4BCDF
Tints of Light Steel Blue #A4BCDF
RGB
CMYK
RGB Variations
Color information
#A4BCDF (or 0xA4BCDF) is known color: Light Steel Blue. HEX triplet: A4, BC and DF. RGB value is (164,188,223). Sum of RGB (Red+Green+Blue) = 164+188+223=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCDF is #5B4320. Grayscale: #B8B8B8. Windows color (decimal): -5980961 or 14662820. OLE color: 14662820.
HSL color Cylindrical-coordinate representation of color #A4BCDF: hue angle of 215.59º 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 #A4BCDF is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 188 | 223 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.13 |
| HSL | 215.59º | 0.48% | 0.76% | - |
| HSV(B) | 215.59º | 0.26% | 0.87% | - |
| XYZ | 46.61 | 49.19 | 76.85 | - |
| YUV | 184.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 188 | 223 | 0.26 | 0.16 | 0 | 0.13 | 215.59 | 0.48 | 0.76 |
| Hex | A4 | BC | DF | 1A | 10 | 0 | D | D8 | 30 | 4C |
| Octal | 244 | 274 | 337 | 32 | 20 | 0 | 15 | 330 | 60 | 114 |
| Binary | 10100100 | 10111100 | 11011111 | 11010 | 10000 | 0 | 1101 | 11011000 | 110000 | 1001100 |
Color Harmonies of #A4BCDF
Complementary color
Monochromatic Colors of #A4BCDF
Black with #A4BCDF
Text Example
Text Example
White with #A4BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BCDF; }
p { color: rgb(164,188,223); }
H1.HeaderClassName
{
color: #A4BCDF;
}
.AnyTagClassName
{
color: #A4BCDF;
}
</style>
background-color css
<style>
a { background-color: #A4BCDF; }
a { background-color: rgb(164,188,223); }
div.DivClassName
{
background-color: #A4BCDF;
}
.BgClassName
{
background-color: #A4BCDF;
}
</style>
border-color css
<style>
span { border-color: #A4BCDF; }
span { border-color: rgb(164,188,223); }
td.TdClassName
{
border-color: #A4BCDF;
}
.TagClassName
{
border-color: #A4BCDF;
}
</style>