Shades of Echo Blue #A3B4CF
Tints of Echo Blue #A3B4CF
RGB
CMYK
RGB Variations
Color information
#A3B4CF (or 0xA3B4CF) is known color: Echo Blue. HEX triplet: A3, B4 and CF. RGB value is (163,180,207). Sum of RGB (Red+Green+Blue) = 163+180+207=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3B4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B4CF is #5C4B30. Grayscale: #B1B1B1. Windows color (decimal): -6048561 or 13612195. OLE color: 13612195.
HSL color Cylindrical-coordinate representation of color #A3B4CF: hue angle of 216.82º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B4CF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 180 | 207 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.19 |
| HSL | 216.82º | 0.31% | 0.73% | - |
| HSV(B) | 216.82º | 0.21% | 0.81% | - |
| XYZ | 42.69 | 44.93 | 65.45 | - |
| YUV | 178 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 207 | 0.21 | 0.13 | 0 | 0.19 | 216.82 | 0.31 | 0.73 |
| Hex | A3 | B4 | CF | 15 | D | 0 | 13 | D9 | 1F | 49 |
| Octal | 243 | 264 | 317 | 25 | 15 | 0 | 23 | 331 | 37 | 111 |
| Binary | 10100011 | 10110100 | 11001111 | 10101 | 1101 | 0 | 10011 | 11011001 | 11111 | 1001001 |
Color Harmonies of #A3B4CF
Complementary color
Monochromatic Colors of #A3B4CF
Black with #A3B4CF
Text Example
Text Example
White with #A3B4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B4CF; }
p { color: rgb(163,180,207); }
H1.HeaderClassName
{
color: #A3B4CF;
}
.AnyTagClassName
{
color: #A3B4CF;
}
</style>
background-color css
<style>
a { background-color: #A3B4CF; }
a { background-color: rgb(163,180,207); }
div.DivClassName
{
background-color: #A3B4CF;
}
.BgClassName
{
background-color: #A3B4CF;
}
</style>
border-color css
<style>
span { border-color: #A3B4CF; }
span { border-color: rgb(163,180,207); }
td.TdClassName
{
border-color: #A3B4CF;
}
.TagClassName
{
border-color: #A3B4CF;
}
</style>