Shades of Echo Blue #A8B3CA
Tints of Echo Blue #A8B3CA
RGB
CMYK
RGB Variations
Color information
#A8B3CA (or 0xA8B3CA) is known color: Echo Blue. HEX triplet: A8, B3 and CA. RGB value is (168,179,202). Sum of RGB (Red+Green+Blue) = 168+179+202=549 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.60% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B3CA is #574C35. Grayscale: #B2B2B2. Windows color (decimal): -5721142 or 13284264. OLE color: 13284264.
HSL color Cylindrical-coordinate representation of color #A8B3CA: hue angle of 220.59º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8B3CA is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 179 | 202 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.21 |
| HSL | 220.59º | 0.24% | 0.73% | - |
| HSV(B) | 220.59º | 0.17% | 0.79% | - |
| XYZ | 42.93 | 44.83 | 62.27 | - |
| YUV | 178.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 179 | 202 | 0.17 | 0.11 | 0 | 0.21 | 220.59 | 0.24 | 0.73 |
| Hex | A8 | B3 | CA | 11 | B | 0 | 15 | DD | 18 | 49 |
| Octal | 250 | 263 | 312 | 21 | 13 | 0 | 25 | 335 | 30 | 111 |
| Binary | 10101000 | 10110011 | 11001010 | 10001 | 1011 | 0 | 10101 | 11011101 | 11000 | 1001001 |
Color Harmonies of #A8B3CA
Complementary color
Monochromatic Colors of #A8B3CA
Black with #A8B3CA
Text Example
Text Example
White with #A8B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B3CA; }
p { color: rgb(168,179,202); }
H1.HeaderClassName
{
color: #A8B3CA;
}
.AnyTagClassName
{
color: #A8B3CA;
}
</style>
background-color css
<style>
a { background-color: #A8B3CA; }
a { background-color: rgb(168,179,202); }
div.DivClassName
{
background-color: #A8B3CA;
}
.BgClassName
{
background-color: #A8B3CA;
}
</style>
border-color css
<style>
span { border-color: #A8B3CA; }
span { border-color: rgb(168,179,202); }
td.TdClassName
{
border-color: #A8B3CA;
}
.TagClassName
{
border-color: #A8B3CA;
}
</style>