Shades of Echo Blue #AFB8CF
Tints of Echo Blue #AFB8CF
RGB
CMYK
RGB Variations
Color information
#AFB8CF (or 0xAFB8CF) is known color: Echo Blue. HEX triplet: AF, B8 and CF. RGB value is (175,184,207). Sum of RGB (Red+Green+Blue) = 175+184+207=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8CF is #504730. Grayscale: #B7B7B7. Windows color (decimal): -5261105 or 13613231. OLE color: 13613231.
HSL color Cylindrical-coordinate representation of color #AFB8CF: hue angle of 223.12º 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 #AFB8CF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 184 | 207 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.19 |
| HSL | 223.13º | 0.25% | 0.75% | - |
| HSV(B) | 223.13º | 0.15% | 0.81% | - |
| XYZ | 46.08 | 47.9 | 65.85 | - |
| YUV | 183.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 207 | 0.15 | 0.11 | 0 | 0.19 | 223.13 | 0.25 | 0.75 |
| Hex | AF | B8 | CF | F | B | 0 | 13 | DF | 19 | 4B |
| Octal | 257 | 270 | 317 | 17 | 13 | 0 | 23 | 337 | 31 | 113 |
| Binary | 10101111 | 10111000 | 11001111 | 1111 | 1011 | 0 | 10011 | 11011111 | 11001 | 1001011 |
Color Harmonies of #AFB8CF
Complementary color
Monochromatic Colors of #AFB8CF
Black with #AFB8CF
Text Example
Text Example
White with #AFB8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8CF; }
p { color: rgb(175,184,207); }
H1.HeaderClassName
{
color: #AFB8CF;
}
.AnyTagClassName
{
color: #AFB8CF;
}
</style>
background-color css
<style>
a { background-color: #AFB8CF; }
a { background-color: rgb(175,184,207); }
div.DivClassName
{
background-color: #AFB8CF;
}
.BgClassName
{
background-color: #AFB8CF;
}
</style>
border-color css
<style>
span { border-color: #AFB8CF; }
span { border-color: rgb(175,184,207); }
td.TdClassName
{
border-color: #AFB8CF;
}
.TagClassName
{
border-color: #AFB8CF;
}
</style>