Shades of Echo Blue #A3B5CE
Tints of Echo Blue #A3B5CE
RGB
CMYK
RGB Variations
Color information
#A3B5CE (or 0xA3B5CE) is known color: Echo Blue. HEX triplet: A3, B5 and CE. RGB value is (163,181,206). Sum of RGB (Red+Green+Blue) = 163+181+206=550 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.64% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3B5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B5CE is #5C4A31. Grayscale: #B2B2B2. Windows color (decimal): -6048306 or 13546915. OLE color: 13546915.
HSL color Cylindrical-coordinate representation of color #A3B5CE: hue angle of 214.88º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3B5CE is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 181 | 206 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.19 |
| HSL | 214.88º | 0.3% | 0.72% | - |
| HSV(B) | 214.88º | 0.21% | 0.81% | - |
| XYZ | 42.77 | 45.29 | 64.88 | - |
| YUV | 178.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 181 | 206 | 0.21 | 0.12 | 0 | 0.19 | 214.88 | 0.3 | 0.72 |
| Hex | A3 | B5 | CE | 15 | C | 0 | 13 | D7 | 1E | 48 |
| Octal | 243 | 265 | 316 | 25 | 14 | 0 | 23 | 327 | 36 | 110 |
| Binary | 10100011 | 10110101 | 11001110 | 10101 | 1100 | 0 | 10011 | 11010111 | 11110 | 1001000 |
Color Harmonies of #A3B5CE
Complementary color
Monochromatic Colors of #A3B5CE
Black with #A3B5CE
Text Example
Text Example
White with #A3B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B5CE; }
p { color: rgb(163,181,206); }
H1.HeaderClassName
{
color: #A3B5CE;
}
.AnyTagClassName
{
color: #A3B5CE;
}
</style>
background-color css
<style>
a { background-color: #A3B5CE; }
a { background-color: rgb(163,181,206); }
div.DivClassName
{
background-color: #A3B5CE;
}
.BgClassName
{
background-color: #A3B5CE;
}
</style>
border-color css
<style>
span { border-color: #A3B5CE; }
span { border-color: rgb(163,181,206); }
td.TdClassName
{
border-color: #A3B5CE;
}
.TagClassName
{
border-color: #A3B5CE;
}
</style>