Shades of Echo Blue #AFB7CF
Tints of Echo Blue #AFB7CF
RGB
CMYK
RGB Variations
Color information
#AFB7CF (or 0xAFB7CF) is known color: Echo Blue. HEX triplet: AF, B7 and CF. RGB value is (175,183,207). Sum of RGB (Red+Green+Blue) = 175+183+207=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7CF is #504830. Grayscale: #B7B7B7. Windows color (decimal): -5261361 or 13612975. OLE color: 13612975.
HSL color Cylindrical-coordinate representation of color #AFB7CF: hue angle of 225º degrees, saturation: 0.25, 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 #AFB7CF is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 183 | 207 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.19 |
| HSL | 225º | 0.25% | 0.75% | - |
| HSV(B) | 225º | 0.15% | 0.81% | - |
| XYZ | 45.88 | 47.49 | 65.78 | - |
| YUV | 183.34 | 141.35 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 183 | 207 | 0.15 | 0.12 | 0 | 0.19 | 225 | 0.25 | 0.75 |
| Hex | AF | B7 | CF | F | C | 0 | 13 | E1 | 19 | 4B |
| Octal | 257 | 267 | 317 | 17 | 14 | 0 | 23 | 341 | 31 | 113 |
| Binary | 10101111 | 10110111 | 11001111 | 1111 | 1100 | 0 | 10011 | 11100001 | 11001 | 1001011 |
Color Harmonies of #AFB7CF
Complementary color
Monochromatic Colors of #AFB7CF
Black with #AFB7CF
Text Example
Text Example
White with #AFB7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB7CF; }
p { color: rgb(175,183,207); }
H1.HeaderClassName
{
color: #AFB7CF;
}
.AnyTagClassName
{
color: #AFB7CF;
}
</style>
background-color css
<style>
a { background-color: #AFB7CF; }
a { background-color: rgb(175,183,207); }
div.DivClassName
{
background-color: #AFB7CF;
}
.BgClassName
{
background-color: #AFB7CF;
}
</style>
border-color css
<style>
span { border-color: #AFB7CF; }
span { border-color: rgb(175,183,207); }
td.TdClassName
{
border-color: #AFB7CF;
}
.TagClassName
{
border-color: #AFB7CF;
}
</style>