Shades of Echo Blue #AFB9CE
Tints of Echo Blue #AFB9CE
RGB
CMYK
RGB Variations
Color information
#AFB9CE (or 0xAFB9CE) is known color: Echo Blue. HEX triplet: AF, B9 and CE. RGB value is (175,185,206). Sum of RGB (Red+Green+Blue) = 175+185+206=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 185 (72.66% from 255 or 32.69% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9CE is #504631. Grayscale: #B8B8B8. Windows color (decimal): -5260850 or 13547951. OLE color: 13547951.
HSL color Cylindrical-coordinate representation of color #AFB9CE: hue angle of 220.65º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB9CE is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 185 | 206 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.19 |
| HSL | 220.65º | 0.24% | 0.75% | - |
| HSV(B) | 220.65º | 0.15% | 0.81% | - |
| XYZ | 46.17 | 48.27 | 65.28 | - |
| YUV | 184.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 206 | 0.15 | 0.10 | 0 | 0.19 | 220.65 | 0.24 | 0.75 |
| Hex | AF | B9 | CE | F | A | 0 | 13 | DD | 18 | 4B |
| Octal | 257 | 271 | 316 | 17 | 12 | 0 | 23 | 335 | 30 | 113 |
| Binary | 10101111 | 10111001 | 11001110 | 1111 | 1010 | 0 | 10011 | 11011101 | 11000 | 1001011 |
Color Harmonies of #AFB9CE
Complementary color
Monochromatic Colors of #AFB9CE
Black with #AFB9CE
Text Example
Text Example
White with #AFB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9CE; }
p { color: rgb(175,185,206); }
H1.HeaderClassName
{
color: #AFB9CE;
}
.AnyTagClassName
{
color: #AFB9CE;
}
</style>
background-color css
<style>
a { background-color: #AFB9CE; }
a { background-color: rgb(175,185,206); }
div.DivClassName
{
background-color: #AFB9CE;
}
.BgClassName
{
background-color: #AFB9CE;
}
</style>
border-color css
<style>
span { border-color: #AFB9CE; }
span { border-color: rgb(175,185,206); }
td.TdClassName
{
border-color: #AFB9CE;
}
.TagClassName
{
border-color: #AFB9CE;
}
</style>