Shades of Echo Blue #ABB7CF
Tints of Echo Blue #ABB7CF
RGB
CMYK
RGB Variations
Color information
#ABB7CF (or 0xABB7CF) is known color: Echo Blue. HEX triplet: AB, B7 and CF. RGB value is (171,183,207). Sum of RGB (Red+Green+Blue) = 171+183+207=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABB7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB7CF is #544830. Grayscale: #B6B6B6. Windows color (decimal): -5523505 or 13612971. OLE color: 13612971.
HSL color Cylindrical-coordinate representation of color #ABB7CF: hue angle of 220º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABB7CF is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 183 | 207 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.19 |
| HSL | 220º | 0.27% | 0.74% | - |
| HSV(B) | 220º | 0.17% | 0.81% | - |
| XYZ | 44.99 | 47.03 | 65.74 | - |
| YUV | 182.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 207 | 0.17 | 0.12 | 0 | 0.19 | 220 | 0.27 | 0.74 |
| Hex | AB | B7 | CF | 11 | C | 0 | 13 | DC | 1B | 4A |
| Octal | 253 | 267 | 317 | 21 | 14 | 0 | 23 | 334 | 33 | 112 |
| Binary | 10101011 | 10110111 | 11001111 | 10001 | 1100 | 0 | 10011 | 11011100 | 11011 | 1001010 |
Color Harmonies of #ABB7CF
Complementary color
Monochromatic Colors of #ABB7CF
Black with #ABB7CF
Text Example
Text Example
White with #ABB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB7CF; }
p { color: rgb(171,183,207); }
H1.HeaderClassName
{
color: #ABB7CF;
}
.AnyTagClassName
{
color: #ABB7CF;
}
</style>
background-color css
<style>
a { background-color: #ABB7CF; }
a { background-color: rgb(171,183,207); }
div.DivClassName
{
background-color: #ABB7CF;
}
.BgClassName
{
background-color: #ABB7CF;
}
</style>
border-color css
<style>
span { border-color: #ABB7CF; }
span { border-color: rgb(171,183,207); }
td.TdClassName
{
border-color: #ABB7CF;
}
.TagClassName
{
border-color: #ABB7CF;
}
</style>