Shades of Light Steel Blue #A3BFE5
Tints of Light Steel Blue #A3BFE5
RGB
CMYK
RGB Variations
Color information
#A3BFE5 (or 0xA3BFE5) is known color: Light Steel Blue. HEX triplet: A3, BF and E5. RGB value is (163,191,229). Sum of RGB (Red+Green+Blue) = 163+191+229=583 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.96% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3BFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFE5 is #5C401A. Grayscale: #BABABA. Windows color (decimal): -6045723 or 15056803. OLE color: 15056803.
HSL color Cylindrical-coordinate representation of color #A3BFE5: hue angle of 214.55º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3BFE5 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 191 | 229 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.10 |
| HSL | 214.55º | 0.56% | 0.77% | - |
| HSV(B) | 214.55º | 0.29% | 0.9% | - |
| XYZ | 47.88 | 50.71 | 81.39 | - |
| YUV | 186.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 229 | 0.29 | 0.17 | 0 | 0.10 | 214.55 | 0.56 | 0.77 |
| Hex | A3 | BF | E5 | 1D | 11 | 0 | A | D7 | 38 | 4D |
| Octal | 243 | 277 | 345 | 35 | 21 | 0 | 12 | 327 | 70 | 115 |
| Binary | 10100011 | 10111111 | 11100101 | 11101 | 10001 | 0 | 1010 | 11010111 | 111000 | 1001101 |
Color Harmonies of #A3BFE5
Complementary color
Monochromatic Colors of #A3BFE5
Black with #A3BFE5
Text Example
Text Example
White with #A3BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFE5; }
p { color: rgb(163,191,229); }
H1.HeaderClassName
{
color: #A3BFE5;
}
.AnyTagClassName
{
color: #A3BFE5;
}
</style>
background-color css
<style>
a { background-color: #A3BFE5; }
a { background-color: rgb(163,191,229); }
div.DivClassName
{
background-color: #A3BFE5;
}
.BgClassName
{
background-color: #A3BFE5;
}
</style>
border-color css
<style>
span { border-color: #A3BFE5; }
span { border-color: rgb(163,191,229); }
td.TdClassName
{
border-color: #A3BFE5;
}
.TagClassName
{
border-color: #A3BFE5;
}
</style>