Shades of Echo Blue #AFB1C6
Tints of Echo Blue #AFB1C6
RGB
CMYK
RGB Variations
Color information
#AFB1C6 (or 0xAFB1C6) is known color: Echo Blue. HEX triplet: AF, B1 and C6. RGB value is (175,177,198). Sum of RGB (Red+Green+Blue) = 175+177+198=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFB1C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1C6 is #504E39. Grayscale: #B2B2B2. Windows color (decimal): -5262906 or 13021615. OLE color: 13021615.
HSL color Cylindrical-coordinate representation of color #AFB1C6: hue angle of 234.78º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB1C6 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 177 | 198 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.22 |
| HSL | 234.78º | 0.17% | 0.73% | - |
| HSV(B) | 234.78º | 0.12% | 0.78% | - |
| XYZ | 43.59 | 44.64 | 59.74 | - |
| YUV | 178.8 | 138.84 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 198 | 0.12 | 0.11 | 0 | 0.22 | 234.78 | 0.17 | 0.73 |
| Hex | AF | B1 | C6 | C | B | 0 | 16 | EB | 11 | 49 |
| Octal | 257 | 261 | 306 | 14 | 13 | 0 | 26 | 353 | 21 | 111 |
| Binary | 10101111 | 10110001 | 11000110 | 1100 | 1011 | 0 | 10110 | 11101011 | 10001 | 1001001 |
Color Harmonies of #AFB1C6
Complementary color
Monochromatic Colors of #AFB1C6
Black with #AFB1C6
Text Example
Text Example
White with #AFB1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1C6; }
p { color: rgb(175,177,198); }
H1.HeaderClassName
{
color: #AFB1C6;
}
.AnyTagClassName
{
color: #AFB1C6;
}
</style>
background-color css
<style>
a { background-color: #AFB1C6; }
a { background-color: rgb(175,177,198); }
div.DivClassName
{
background-color: #AFB1C6;
}
.BgClassName
{
background-color: #AFB1C6;
}
</style>
border-color css
<style>
span { border-color: #AFB1C6; }
span { border-color: rgb(175,177,198); }
td.TdClassName
{
border-color: #AFB1C6;
}
.TagClassName
{
border-color: #AFB1C6;
}
</style>