Shades of Echo Blue #ABAFC6
Tints of Echo Blue #ABAFC6
RGB
CMYK
RGB Variations
Color information
#ABAFC6 (or 0xABAFC6) is known color: Echo Blue. HEX triplet: AB, AF and C6. RGB value is (171,175,198). Sum of RGB (Red+Green+Blue) = 171+175+198=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #ABAFC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC6 is #545039. Grayscale: #B0B0B0. Windows color (decimal): -5525562 or 13021099. OLE color: 13021099.
HSL color Cylindrical-coordinate representation of color #ABAFC6: hue angle of 231.11º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABAFC6 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 175 | 198 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.22 |
| HSL | 231.11º | 0.19% | 0.72% | - |
| HSV(B) | 231.11º | 0.14% | 0.78% | - |
| XYZ | 42.32 | 43.4 | 59.57 | - |
| YUV | 176.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 198 | 0.14 | 0.12 | 0 | 0.22 | 231.11 | 0.19 | 0.72 |
| Hex | AB | AF | C6 | E | C | 0 | 16 | E7 | 13 | 48 |
| Octal | 253 | 257 | 306 | 16 | 14 | 0 | 26 | 347 | 23 | 110 |
| Binary | 10101011 | 10101111 | 11000110 | 1110 | 1100 | 0 | 10110 | 11100111 | 10011 | 1001000 |
Color Harmonies of #ABAFC6
Complementary color
Monochromatic Colors of #ABAFC6
Black with #ABAFC6
Text Example
Text Example
White with #ABAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFC6; }
p { color: rgb(171,175,198); }
H1.HeaderClassName
{
color: #ABAFC6;
}
.AnyTagClassName
{
color: #ABAFC6;
}
</style>
background-color css
<style>
a { background-color: #ABAFC6; }
a { background-color: rgb(171,175,198); }
div.DivClassName
{
background-color: #ABAFC6;
}
.BgClassName
{
background-color: #ABAFC6;
}
</style>
border-color css
<style>
span { border-color: #ABAFC6; }
span { border-color: rgb(171,175,198); }
td.TdClassName
{
border-color: #ABAFC6;
}
.TagClassName
{
border-color: #ABAFC6;
}
</style>