Shades of Echo Blue #AFB1BF
Tints of Echo Blue #AFB1BF
RGB
CMYK
RGB Variations
Color information
#AFB1BF (or 0xAFB1BF) is known color: Echo Blue. HEX triplet: AF, B1 and BF. RGB value is (175,177,191). Sum of RGB (Red+Green+Blue) = 175+177+191=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFB1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1BF is #504E40. Grayscale: #B1B1B1. Windows color (decimal): -5262913 or 12562863. OLE color: 12562863.
HSL color Cylindrical-coordinate representation of color #AFB1BF: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB1BF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 177 | 191 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.25 |
| HSL | 232.5º | 0.11% | 0.72% | - |
| HSV(B) | 232.5º | 0.08% | 0.75% | - |
| XYZ | 42.81 | 44.32 | 55.59 | - |
| YUV | 178 | 135.34 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 191 | 0.08 | 0.07 | 0 | 0.25 | 232.5 | 0.11 | 0.72 |
| Hex | AF | B1 | BF | 8 | 7 | 0 | 19 | E8 | B | 48 |
| Octal | 257 | 261 | 277 | 10 | 7 | 0 | 31 | 350 | 13 | 110 |
| Binary | 10101111 | 10110001 | 10111111 | 1000 | 111 | 0 | 11001 | 11101000 | 1011 | 1001000 |
Color Harmonies of #AFB1BF
Complementary color
Monochromatic Colors of #AFB1BF
Black with #AFB1BF
Text Example
Text Example
White with #AFB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1BF; }
p { color: rgb(175,177,191); }
H1.HeaderClassName
{
color: #AFB1BF;
}
.AnyTagClassName
{
color: #AFB1BF;
}
</style>
background-color css
<style>
a { background-color: #AFB1BF; }
a { background-color: rgb(175,177,191); }
div.DivClassName
{
background-color: #AFB1BF;
}
.BgClassName
{
background-color: #AFB1BF;
}
</style>
border-color css
<style>
span { border-color: #AFB1BF; }
span { border-color: rgb(175,177,191); }
td.TdClassName
{
border-color: #AFB1BF;
}
.TagClassName
{
border-color: #AFB1BF;
}
</style>