Shades of Light Steel Blue #A4BADF
Tints of Light Steel Blue #A4BADF
RGB
CMYK
RGB Variations
Color information
#A4BADF (or 0xA4BADF) is known color: Light Steel Blue. HEX triplet: A4, BA and DF. RGB value is (164,186,223). Sum of RGB (Red+Green+Blue) = 164+186+223=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #A4BADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BADF is #5B4520. Grayscale: #B7B7B7. Windows color (decimal): -5981473 or 14662308. OLE color: 14662308.
HSL color Cylindrical-coordinate representation of color #A4BADF: hue angle of 217.63º 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 #A4BADF is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 186 | 223 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.13 |
| HSL | 217.63º | 0.48% | 0.76% | - |
| HSV(B) | 217.63º | 0.26% | 0.87% | - |
| XYZ | 46.19 | 48.34 | 76.71 | - |
| YUV | 183.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 186 | 223 | 0.26 | 0.17 | 0 | 0.13 | 217.63 | 0.48 | 0.76 |
| Hex | A4 | BA | DF | 1A | 11 | 0 | D | DA | 30 | 4C |
| Octal | 244 | 272 | 337 | 32 | 21 | 0 | 15 | 332 | 60 | 114 |
| Binary | 10100100 | 10111010 | 11011111 | 11010 | 10001 | 0 | 1101 | 11011010 | 110000 | 1001100 |
Color Harmonies of #A4BADF
Complementary color
Monochromatic Colors of #A4BADF
Black with #A4BADF
Text Example
Text Example
White with #A4BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4BADF; }
p { color: rgb(164,186,223); }
H1.HeaderClassName
{
color: #A4BADF;
}
.AnyTagClassName
{
color: #A4BADF;
}
</style>
background-color css
<style>
a { background-color: #A4BADF; }
a { background-color: rgb(164,186,223); }
div.DivClassName
{
background-color: #A4BADF;
}
.BgClassName
{
background-color: #A4BADF;
}
</style>
border-color css
<style>
span { border-color: #A4BADF; }
span { border-color: rgb(164,186,223); }
td.TdClassName
{
border-color: #A4BADF;
}
.TagClassName
{
border-color: #A4BADF;
}
</style>