Shades of Echo Blue #ABAFC5
Tints of Echo Blue #ABAFC5
RGB
CMYK
RGB Variations
Color information
#ABAFC5 (or 0xABAFC5) is known color: Echo Blue. HEX triplet: AB, AF and C5. RGB value is (171,175,197). Sum of RGB (Red+Green+Blue) = 171+175+197=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABAFC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFC5 is #54503A. Grayscale: #B0B0B0. Windows color (decimal): -5525563 or 12955563. OLE color: 12955563.
HSL color Cylindrical-coordinate representation of color #ABAFC5: hue angle of 230.77º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ABAFC5 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 175 | 197 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.23 |
| HSL | 230.77º | 0.18% | 0.72% | - |
| HSV(B) | 230.77º | 0.13% | 0.77% | - |
| XYZ | 42.2 | 43.35 | 58.97 | - |
| YUV | 176.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 197 | 0.13 | 0.11 | 0 | 0.23 | 230.77 | 0.18 | 0.72 |
| Hex | AB | AF | C5 | D | B | 0 | 17 | E7 | 12 | 48 |
| Octal | 253 | 257 | 305 | 15 | 13 | 0 | 27 | 347 | 22 | 110 |
| Binary | 10101011 | 10101111 | 11000101 | 1101 | 1011 | 0 | 10111 | 11100111 | 10010 | 1001000 |
Color Harmonies of #ABAFC5
Complementary color
Monochromatic Colors of #ABAFC5
Black with #ABAFC5
Text Example
Text Example
White with #ABAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAFC5; }
p { color: rgb(171,175,197); }
H1.HeaderClassName
{
color: #ABAFC5;
}
.AnyTagClassName
{
color: #ABAFC5;
}
</style>
background-color css
<style>
a { background-color: #ABAFC5; }
a { background-color: rgb(171,175,197); }
div.DivClassName
{
background-color: #ABAFC5;
}
.BgClassName
{
background-color: #ABAFC5;
}
</style>
border-color css
<style>
span { border-color: #ABAFC5; }
span { border-color: rgb(171,175,197); }
td.TdClassName
{
border-color: #ABAFC5;
}
.TagClassName
{
border-color: #ABAFC5;
}
</style>