Shades of Light Steel Blue #A3BFDA
Tints of Light Steel Blue #A3BFDA
RGB
CMYK
RGB Variations
Color information
#A3BFDA (or 0xA3BFDA) is known color: Light Steel Blue. HEX triplet: A3, BF and DA. RGB value is (163,191,218). Sum of RGB (Red+Green+Blue) = 163+191+218=572 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.50% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #A3BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3BFDA is #5C4025. Grayscale: #B9B9B9. Windows color (decimal): -6045734 or 14335907. OLE color: 14335907.
HSL color Cylindrical-coordinate representation of color #A3BFDA: hue angle of 209.45º 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 #A3BFDA is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 191 | 218 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.15 |
| HSL | 209.45º | 0.43% | 0.75% | - |
| HSV(B) | 209.45º | 0.25% | 0.85% | - |
| XYZ | 46.39 | 50.11 | 73.56 | - |
| YUV | 185.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 191 | 218 | 0.25 | 0.12 | 0 | 0.15 | 209.45 | 0.43 | 0.75 |
| Hex | A3 | BF | DA | 19 | C | 0 | F | D1 | 2B | 4B |
| Octal | 243 | 277 | 332 | 31 | 14 | 0 | 17 | 321 | 53 | 113 |
| Binary | 10100011 | 10111111 | 11011010 | 11001 | 1100 | 0 | 1111 | 11010001 | 101011 | 1001011 |
Color Harmonies of #A3BFDA
Complementary color
Monochromatic Colors of #A3BFDA
Black with #A3BFDA
Text Example
Text Example
White with #A3BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3BFDA; }
p { color: rgb(163,191,218); }
H1.HeaderClassName
{
color: #A3BFDA;
}
.AnyTagClassName
{
color: #A3BFDA;
}
</style>
background-color css
<style>
a { background-color: #A3BFDA; }
a { background-color: rgb(163,191,218); }
div.DivClassName
{
background-color: #A3BFDA;
}
.BgClassName
{
background-color: #A3BFDA;
}
</style>
border-color css
<style>
span { border-color: #A3BFDA; }
span { border-color: rgb(163,191,218); }
td.TdClassName
{
border-color: #A3BFDA;
}
.TagClassName
{
border-color: #A3BFDA;
}
</style>