Shades of Echo Blue #AFB5CF
Tints of Echo Blue #AFB5CF
RGB
CMYK
RGB Variations
Color information
#AFB5CF (or 0xAFB5CF) is known color: Echo Blue. HEX triplet: AF, B5 and CF. RGB value is (175,181,207). Sum of RGB (Red+Green+Blue) = 175+181+207=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB5CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5CF is #504A30. Grayscale: #B6B6B6. Windows color (decimal): -5261873 or 13612463. OLE color: 13612463.
HSL color Cylindrical-coordinate representation of color #AFB5CF: hue angle of 228.75º 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 #AFB5CF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 181 | 207 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.19 |
| HSL | 228.75º | 0.25% | 0.75% | - |
| HSV(B) | 228.75º | 0.15% | 0.81% | - |
| XYZ | 45.47 | 46.67 | 65.64 | - |
| YUV | 182.17 | 142.01 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 207 | 0.15 | 0.13 | 0 | 0.19 | 228.75 | 0.25 | 0.75 |
| Hex | AF | B5 | CF | F | D | 0 | 13 | E5 | 19 | 4B |
| Octal | 257 | 265 | 317 | 17 | 15 | 0 | 23 | 345 | 31 | 113 |
| Binary | 10101111 | 10110101 | 11001111 | 1111 | 1101 | 0 | 10011 | 11100101 | 11001 | 1001011 |
Color Harmonies of #AFB5CF
Complementary color
Monochromatic Colors of #AFB5CF
Black with #AFB5CF
Text Example
Text Example
White with #AFB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5CF; }
p { color: rgb(175,181,207); }
H1.HeaderClassName
{
color: #AFB5CF;
}
.AnyTagClassName
{
color: #AFB5CF;
}
</style>
background-color css
<style>
a { background-color: #AFB5CF; }
a { background-color: rgb(175,181,207); }
div.DivClassName
{
background-color: #AFB5CF;
}
.BgClassName
{
background-color: #AFB5CF;
}
</style>
border-color css
<style>
span { border-color: #AFB5CF; }
span { border-color: rgb(175,181,207); }
td.TdClassName
{
border-color: #AFB5CF;
}
.TagClassName
{
border-color: #AFB5CF;
}
</style>