Shades of Light Steel Blue #A3BEDA
Tints of Light Steel Blue #A3BEDA
RGB
CMYK
RGB Variations
Color information
#A3BEDA (or 0xA3BEDA) is known color: Light Steel Blue. HEX triplet: A3, BE and DA. RGB value is (163,190,218). Sum of RGB (Red+Green+Blue) = 163+190+218=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BEDA is #5C4125. Grayscale: #B8B8B8. Windows color (decimal): -6045990 or 14335651. OLE color: 14335651.
HSL color Cylindrical-coordinate representation of color #A3BEDA: hue angle of 210.55º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3BEDA is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 190 | 218 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.15 |
| HSL | 210.55º | 0.43% | 0.75% | - |
| HSV(B) | 210.55º | 0.25% | 0.85% | - |
| XYZ | 46.17 | 49.68 | 73.48 | - |
| YUV | 185.12 | 146.55 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 218 | 0.25 | 0.13 | 0 | 0.15 | 210.55 | 0.43 | 0.75 |
| Hex | A3 | BE | DA | 19 | D | 0 | F | D3 | 2B | 4B |
| Octal | 243 | 276 | 332 | 31 | 15 | 0 | 17 | 323 | 53 | 113 |
| Binary | 10100011 | 10111110 | 11011010 | 11001 | 1101 | 0 | 1111 | 11010011 | 101011 | 1001011 |
Color Harmonies of #A3BEDA
Complementary color
Monochromatic Colors of #A3BEDA
Black with #A3BEDA
Text Example
Text Example
White with #A3BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BEDA; }
p { color: rgb(163,190,218); }
H1.HeaderClassName
{
color: #A3BEDA;
}
.AnyTagClassName
{
color: #A3BEDA;
}
</style>
background-color css
<style>
a { background-color: #A3BEDA; }
a { background-color: rgb(163,190,218); }
div.DivClassName
{
background-color: #A3BEDA;
}
.BgClassName
{
background-color: #A3BEDA;
}
</style>
border-color css
<style>
span { border-color: #A3BEDA; }
span { border-color: rgb(163,190,218); }
td.TdClassName
{
border-color: #A3BEDA;
}
.TagClassName
{
border-color: #A3BEDA;
}
</style>