Shades of Echo Blue #A8B9CF
Tints of Echo Blue #A8B9CF
RGB
CMYK
RGB Variations
Color information
#A8B9CF (or 0xA8B9CF) is known color: Echo Blue. HEX triplet: A8, B9 and CF. RGB value is (168,185,207). Sum of RGB (Red+Green+Blue) = 168+185+207=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9CF is #574630. Grayscale: #B6B6B6. Windows color (decimal): -5719601 or 13613480. OLE color: 13613480.
HSL color Cylindrical-coordinate representation of color #A8B9CF: hue angle of 213.85º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8B9CF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 185 | 207 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.19 |
| HSL | 213.85º | 0.29% | 0.74% | - |
| HSV(B) | 213.85º | 0.19% | 0.81% | - |
| XYZ | 44.76 | 47.53 | 65.85 | - |
| YUV | 182.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 185 | 207 | 0.19 | 0.11 | 0 | 0.19 | 213.85 | 0.29 | 0.74 |
| Hex | A8 | B9 | CF | 13 | B | 0 | 13 | D6 | 1D | 4A |
| Octal | 250 | 271 | 317 | 23 | 13 | 0 | 23 | 326 | 35 | 112 |
| Binary | 10101000 | 10111001 | 11001111 | 10011 | 1011 | 0 | 10011 | 11010110 | 11101 | 1001010 |
Color Harmonies of #A8B9CF
Complementary color
Monochromatic Colors of #A8B9CF
Black with #A8B9CF
Text Example
Text Example
White with #A8B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B9CF; }
p { color: rgb(168,185,207); }
H1.HeaderClassName
{
color: #A8B9CF;
}
.AnyTagClassName
{
color: #A8B9CF;
}
</style>
background-color css
<style>
a { background-color: #A8B9CF; }
a { background-color: rgb(168,185,207); }
div.DivClassName
{
background-color: #A8B9CF;
}
.BgClassName
{
background-color: #A8B9CF;
}
</style>
border-color css
<style>
span { border-color: #A8B9CF; }
span { border-color: rgb(168,185,207); }
td.TdClassName
{
border-color: #A8B9CF;
}
.TagClassName
{
border-color: #A8B9CF;
}
</style>