Shades of Echo Blue #A3B0CF
Tints of Echo Blue #A3B0CF
RGB
CMYK
RGB Variations
Color information
#A3B0CF (or 0xA3B0CF) is known color: Echo Blue. HEX triplet: A3, B0 and CF. RGB value is (163,176,207). Sum of RGB (Red+Green+Blue) = 163+176+207=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3B0CF is #5C4F30. Grayscale: #AFAFAF. Windows color (decimal): -6049585 or 13611171. OLE color: 13611171.
HSL color Cylindrical-coordinate representation of color #A3B0CF: hue angle of 222.27º 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 #A3B0CF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 176 | 207 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.19 |
| HSL | 222.27º | 0.31% | 0.73% | - |
| HSV(B) | 222.27º | 0.21% | 0.81% | - |
| XYZ | 41.89 | 43.34 | 65.19 | - |
| YUV | 175.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 176 | 207 | 0.21 | 0.15 | 0 | 0.19 | 222.27 | 0.31 | 0.73 |
| Hex | A3 | B0 | CF | 15 | F | 0 | 13 | DE | 1F | 49 |
| Octal | 243 | 260 | 317 | 25 | 17 | 0 | 23 | 336 | 37 | 111 |
| Binary | 10100011 | 10110000 | 11001111 | 10101 | 1111 | 0 | 10011 | 11011110 | 11111 | 1001001 |
Color Harmonies of #A3B0CF
Complementary color
Monochromatic Colors of #A3B0CF
Black with #A3B0CF
Text Example
Text Example
White with #A3B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B0CF; }
p { color: rgb(163,176,207); }
H1.HeaderClassName
{
color: #A3B0CF;
}
.AnyTagClassName
{
color: #A3B0CF;
}
</style>
background-color css
<style>
a { background-color: #A3B0CF; }
a { background-color: rgb(163,176,207); }
div.DivClassName
{
background-color: #A3B0CF;
}
.BgClassName
{
background-color: #A3B0CF;
}
</style>
border-color css
<style>
span { border-color: #A3B0CF; }
span { border-color: rgb(163,176,207); }
td.TdClassName
{
border-color: #A3B0CF;
}
.TagClassName
{
border-color: #A3B0CF;
}
</style>