Shades of Light Steel Blue #A2BCDF
Tints of Light Steel Blue #A2BCDF
RGB
CMYK
RGB Variations
Color information
#A2BCDF (or 0xA2BCDF) is known color: Light Steel Blue. HEX triplet: A2, BC and DF. RGB value is (162,188,223). Sum of RGB (Red+Green+Blue) = 162+188+223=573 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.27% from 573); Green value is 188 (73.83% from 255 or 32.81% 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 #A2BCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BCDF is #5D4320. Grayscale: #B8B8B8. Windows color (decimal): -6112033 or 14662818. OLE color: 14662818.
HSL color Cylindrical-coordinate representation of color #A2BCDF: hue angle of 214.43º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2BCDF is Cyan = 0.27, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 188 | 223 | - |
| CMYK | 0.27 | 0.16 | 0 | 0.13 |
| HSL | 214.43º | 0.49% | 0.75% | - |
| HSV(B) | 214.43º | 0.27% | 0.87% | - |
| XYZ | 46.2 | 48.98 | 76.83 | - |
| YUV | 184.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 188 | 223 | 0.27 | 0.16 | 0 | 0.13 | 214.43 | 0.49 | 0.75 |
| Hex | A2 | BC | DF | 1B | 10 | 0 | D | D6 | 31 | 4B |
| Octal | 242 | 274 | 337 | 33 | 20 | 0 | 15 | 326 | 61 | 113 |
| Binary | 10100010 | 10111100 | 11011111 | 11011 | 10000 | 0 | 1101 | 11010110 | 110001 | 1001011 |
Color Harmonies of #A2BCDF
Complementary color
Monochromatic Colors of #A2BCDF
Black with #A2BCDF
Text Example
Text Example
White with #A2BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BCDF; }
p { color: rgb(162,188,223); }
H1.HeaderClassName
{
color: #A2BCDF;
}
.AnyTagClassName
{
color: #A2BCDF;
}
</style>
background-color css
<style>
a { background-color: #A2BCDF; }
a { background-color: rgb(162,188,223); }
div.DivClassName
{
background-color: #A2BCDF;
}
.BgClassName
{
background-color: #A2BCDF;
}
</style>
border-color css
<style>
span { border-color: #A2BCDF; }
span { border-color: rgb(162,188,223); }
td.TdClassName
{
border-color: #A2BCDF;
}
.TagClassName
{
border-color: #A2BCDF;
}
</style>