Shades of Echo Blue #AFB4C0
Tints of Echo Blue #AFB4C0
RGB
CMYK
RGB Variations
Color information
#AFB4C0 (or 0xAFB4C0) is known color: Echo Blue. HEX triplet: AF, B4 and C0. RGB value is (175,180,192). Sum of RGB (Red+Green+Blue) = 175+180+192=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFB4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4C0 is #504B3F. Grayscale: #B3B3B3. Windows color (decimal): -5262144 or 12629167. OLE color: 12629167.
HSL color Cylindrical-coordinate representation of color #AFB4C0: hue angle of 222.35º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFB4C0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 180 | 192 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.25 |
| HSL | 222.35º | 0.12% | 0.72% | - |
| HSV(B) | 222.35º | 0.09% | 0.75% | - |
| XYZ | 43.51 | 45.56 | 56.37 | - |
| YUV | 179.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 192 | 0.09 | 0.06 | 0 | 0.25 | 222.35 | 0.12 | 0.72 |
| Hex | AF | B4 | C0 | 9 | 6 | 0 | 19 | DE | C | 48 |
| Octal | 257 | 264 | 300 | 11 | 6 | 0 | 31 | 336 | 14 | 110 |
| Binary | 10101111 | 10110100 | 11000000 | 1001 | 110 | 0 | 11001 | 11011110 | 1100 | 1001000 |
Color Harmonies of #AFB4C0
Complementary color
Monochromatic Colors of #AFB4C0
Black with #AFB4C0
Text Example
Text Example
White with #AFB4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB4C0; }
p { color: rgb(175,180,192); }
H1.HeaderClassName
{
color: #AFB4C0;
}
.AnyTagClassName
{
color: #AFB4C0;
}
</style>
background-color css
<style>
a { background-color: #AFB4C0; }
a { background-color: rgb(175,180,192); }
div.DivClassName
{
background-color: #AFB4C0;
}
.BgClassName
{
background-color: #AFB4C0;
}
</style>
border-color css
<style>
span { border-color: #AFB4C0; }
span { border-color: rgb(175,180,192); }
td.TdClassName
{
border-color: #AFB4C0;
}
.TagClassName
{
border-color: #AFB4C0;
}
</style>