Shades of Echo Blue #AFB6C7
Tints of Echo Blue #AFB6C7
RGB
CMYK
RGB Variations
Color information
#AFB6C7 (or 0xAFB6C7) is known color: Echo Blue. HEX triplet: AF, B6 and C7. RGB value is (175,182,199). Sum of RGB (Red+Green+Blue) = 175+182+199=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFB6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6C7 is #504938. Grayscale: #B5B5B5. Windows color (decimal): -5261625 or 13088431. OLE color: 13088431.
HSL color Cylindrical-coordinate representation of color #AFB6C7: hue angle of 222.5º degrees, saturation: 0.18, 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 #AFB6C7 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 182 | 199 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.22 |
| HSL | 222.5º | 0.18% | 0.73% | - |
| HSV(B) | 222.5º | 0.12% | 0.78% | - |
| XYZ | 44.72 | 46.69 | 60.69 | - |
| YUV | 181.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 199 | 0.12 | 0.09 | 0 | 0.22 | 222.5 | 0.18 | 0.73 |
| Hex | AF | B6 | C7 | C | 9 | 0 | 16 | DE | 12 | 49 |
| Octal | 257 | 266 | 307 | 14 | 11 | 0 | 26 | 336 | 22 | 111 |
| Binary | 10101111 | 10110110 | 11000111 | 1100 | 1001 | 0 | 10110 | 11011110 | 10010 | 1001001 |
Color Harmonies of #AFB6C7
Complementary color
Monochromatic Colors of #AFB6C7
Black with #AFB6C7
Text Example
Text Example
White with #AFB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6C7; }
p { color: rgb(175,182,199); }
H1.HeaderClassName
{
color: #AFB6C7;
}
.AnyTagClassName
{
color: #AFB6C7;
}
</style>
background-color css
<style>
a { background-color: #AFB6C7; }
a { background-color: rgb(175,182,199); }
div.DivClassName
{
background-color: #AFB6C7;
}
.BgClassName
{
background-color: #AFB6C7;
}
</style>
border-color css
<style>
span { border-color: #AFB6C7; }
span { border-color: rgb(175,182,199); }
td.TdClassName
{
border-color: #AFB6C7;
}
.TagClassName
{
border-color: #AFB6C7;
}
</style>