Shades of Light Steel Blue #A3BED8
Tints of Light Steel Blue #A3BED8
RGB
CMYK
RGB Variations
Color information
#A3BED8 (or 0xA3BED8) is known color: Light Steel Blue. HEX triplet: A3, BE and D8. RGB value is (163,190,216). Sum of RGB (Red+Green+Blue) = 163+190+216=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 216 (84.77% from 255 or 37.96% from 569); Max value from RGB is 216 - color contains mainly: blue. Hex color #A3BED8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BED8 is #5C4127. Grayscale: #B8B8B8. Windows color (decimal): -6045992 or 14204579. OLE color: 14204579.
HSL color Cylindrical-coordinate representation of color #A3BED8: hue angle of 209.43º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3BED8 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 190 | 216 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.15 |
| HSL | 209.43º | 0.4% | 0.74% | - |
| HSV(B) | 209.43º | 0.25% | 0.85% | - |
| XYZ | 45.91 | 49.57 | 72.11 | - |
| YUV | 184.89 | 145.55 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 190 | 216 | 0.25 | 0.12 | 0 | 0.15 | 209.43 | 0.4 | 0.74 |
| Hex | A3 | BE | D8 | 19 | C | 0 | F | D1 | 28 | 4A |
| Octal | 243 | 276 | 330 | 31 | 14 | 0 | 17 | 321 | 50 | 112 |
| Binary | 10100011 | 10111110 | 11011000 | 11001 | 1100 | 0 | 1111 | 11010001 | 101000 | 1001010 |
Color Harmonies of #A3BED8
Complementary color
Monochromatic Colors of #A3BED8
Black with #A3BED8
Text Example
Text Example
White with #A3BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BED8; }
p { color: rgb(163,190,216); }
H1.HeaderClassName
{
color: #A3BED8;
}
.AnyTagClassName
{
color: #A3BED8;
}
</style>
background-color css
<style>
a { background-color: #A3BED8; }
a { background-color: rgb(163,190,216); }
div.DivClassName
{
background-color: #A3BED8;
}
.BgClassName
{
background-color: #A3BED8;
}
</style>
border-color css
<style>
span { border-color: #A3BED8; }
span { border-color: rgb(163,190,216); }
td.TdClassName
{
border-color: #A3BED8;
}
.TagClassName
{
border-color: #A3BED8;
}
</style>