Shades of Echo Blue #A8B4CA
Tints of Echo Blue #A8B4CA
RGB
CMYK
RGB Variations
Color information
#A8B4CA (or 0xA8B4CA) is known color: Echo Blue. HEX triplet: A8, B4 and CA. RGB value is (168,180,202). Sum of RGB (Red+Green+Blue) = 168+180+202=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 202 - color contains mainly: blue. Hex color #A8B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B4CA is #574B35. Grayscale: #B2B2B2. Windows color (decimal): -5720886 or 13284520. OLE color: 13284520.
HSL color Cylindrical-coordinate representation of color #A8B4CA: hue angle of 218.82º 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 #A8B4CA is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 180 | 202 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.21 |
| HSL | 218.82º | 0.24% | 0.73% | - |
| HSV(B) | 218.82º | 0.17% | 0.79% | - |
| XYZ | 43.13 | 45.23 | 62.33 | - |
| YUV | 178.92 | 141.02 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 202 | 0.17 | 0.11 | 0 | 0.21 | 218.82 | 0.24 | 0.73 |
| Hex | A8 | B4 | CA | 11 | B | 0 | 15 | DB | 18 | 49 |
| Octal | 250 | 264 | 312 | 21 | 13 | 0 | 25 | 333 | 30 | 111 |
| Binary | 10101000 | 10110100 | 11001010 | 10001 | 1011 | 0 | 10101 | 11011011 | 11000 | 1001001 |
Color Harmonies of #A8B4CA
Complementary color
Monochromatic Colors of #A8B4CA
Black with #A8B4CA
Text Example
Text Example
White with #A8B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B4CA; }
p { color: rgb(168,180,202); }
H1.HeaderClassName
{
color: #A8B4CA;
}
.AnyTagClassName
{
color: #A8B4CA;
}
</style>
background-color css
<style>
a { background-color: #A8B4CA; }
a { background-color: rgb(168,180,202); }
div.DivClassName
{
background-color: #A8B4CA;
}
.BgClassName
{
background-color: #A8B4CA;
}
</style>
border-color css
<style>
span { border-color: #A8B4CA; }
span { border-color: rgb(168,180,202); }
td.TdClassName
{
border-color: #A8B4CA;
}
.TagClassName
{
border-color: #A8B4CA;
}
</style>