Shades of Echo Blue #AFB0C1
Tints of Echo Blue #AFB0C1
RGB
CMYK
RGB Variations
Color information
#AFB0C1 (or 0xAFB0C1) is known color: Echo Blue. HEX triplet: AF, B0 and C1. RGB value is (175,176,193). Sum of RGB (Red+Green+Blue) = 175+176+193=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFB0C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0C1 is #504F3E. Grayscale: #B1B1B1. Windows color (decimal): -5263167 or 12693679. OLE color: 12693679.
HSL color Cylindrical-coordinate representation of color #AFB0C1: hue angle of 236.67º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB0C1 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 176 | 193 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.24 |
| HSL | 236.67º | 0.13% | 0.72% | - |
| HSV(B) | 236.67º | 0.09% | 0.76% | - |
| XYZ | 42.83 | 44.01 | 56.69 | - |
| YUV | 177.64 | 136.67 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 193 | 0.09 | 0.09 | 0 | 0.24 | 236.67 | 0.13 | 0.72 |
| Hex | AF | B0 | C1 | 9 | 9 | 0 | 18 | ED | D | 48 |
| Octal | 257 | 260 | 301 | 11 | 11 | 0 | 30 | 355 | 15 | 110 |
| Binary | 10101111 | 10110000 | 11000001 | 1001 | 1001 | 0 | 11000 | 11101101 | 1101 | 1001000 |
Color Harmonies of #AFB0C1
Complementary color
Monochromatic Colors of #AFB0C1
Black with #AFB0C1
Text Example
Text Example
White with #AFB0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0C1; }
p { color: rgb(175,176,193); }
H1.HeaderClassName
{
color: #AFB0C1;
}
.AnyTagClassName
{
color: #AFB0C1;
}
</style>
background-color css
<style>
a { background-color: #AFB0C1; }
a { background-color: rgb(175,176,193); }
div.DivClassName
{
background-color: #AFB0C1;
}
.BgClassName
{
background-color: #AFB0C1;
}
</style>
border-color css
<style>
span { border-color: #AFB0C1; }
span { border-color: rgb(175,176,193); }
td.TdClassName
{
border-color: #AFB0C1;
}
.TagClassName
{
border-color: #AFB0C1;
}
</style>