Shades of Echo Blue #A8B1CF
Tints of Echo Blue #A8B1CF
RGB
CMYK
RGB Variations
Color information
#A8B1CF (or 0xA8B1CF) is known color: Echo Blue. HEX triplet: A8, B1 and CF. RGB value is (168,177,207). Sum of RGB (Red+Green+Blue) = 168+177+207=552 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.43% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #A8B1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B1CF is #574E30. Grayscale: #B1B1B1. Windows color (decimal): -5721649 or 13611432. OLE color: 13611432.
HSL color Cylindrical-coordinate representation of color #A8B1CF: hue angle of 226.15º 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 #A8B1CF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 177 | 207 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.19 |
| HSL | 226.15º | 0.29% | 0.74% | - |
| HSV(B) | 226.15º | 0.19% | 0.81% | - |
| XYZ | 43.13 | 44.27 | 65.3 | - |
| YUV | 177.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 177 | 207 | 0.19 | 0.14 | 0 | 0.19 | 226.15 | 0.29 | 0.74 |
| Hex | A8 | B1 | CF | 13 | E | 0 | 13 | E2 | 1D | 4A |
| Octal | 250 | 261 | 317 | 23 | 16 | 0 | 23 | 342 | 35 | 112 |
| Binary | 10101000 | 10110001 | 11001111 | 10011 | 1110 | 0 | 10011 | 11100010 | 11101 | 1001010 |
Color Harmonies of #A8B1CF
Complementary color
Monochromatic Colors of #A8B1CF
Black with #A8B1CF
Text Example
Text Example
White with #A8B1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B1CF; }
p { color: rgb(168,177,207); }
H1.HeaderClassName
{
color: #A8B1CF;
}
.AnyTagClassName
{
color: #A8B1CF;
}
</style>
background-color css
<style>
a { background-color: #A8B1CF; }
a { background-color: rgb(168,177,207); }
div.DivClassName
{
background-color: #A8B1CF;
}
.BgClassName
{
background-color: #A8B1CF;
}
</style>
border-color css
<style>
span { border-color: #A8B1CF; }
span { border-color: rgb(168,177,207); }
td.TdClassName
{
border-color: #A8B1CF;
}
.TagClassName
{
border-color: #A8B1CF;
}
</style>