Shades of Echo Blue #AFB3CF
Tints of Echo Blue #AFB3CF
RGB
CMYK
RGB Variations
Color information
#AFB3CF (or 0xAFB3CF) is known color: Echo Blue. HEX triplet: AF, B3 and CF. RGB value is (175,179,207). Sum of RGB (Red+Green+Blue) = 175+179+207=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB3CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3CF is #504C30. Grayscale: #B4B4B4. Windows color (decimal): -5262385 or 13611951. OLE color: 13611951.
HSL color Cylindrical-coordinate representation of color #AFB3CF: hue angle of 232.5º 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 #AFB3CF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 179 | 207 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.19 |
| HSL | 232.5º | 0.25% | 0.75% | - |
| HSV(B) | 232.5º | 0.15% | 0.81% | - |
| XYZ | 45.06 | 45.86 | 65.51 | - |
| YUV | 181 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 207 | 0.15 | 0.14 | 0 | 0.19 | 232.5 | 0.25 | 0.75 |
| Hex | AF | B3 | CF | F | E | 0 | 13 | E8 | 19 | 4B |
| Octal | 257 | 263 | 317 | 17 | 16 | 0 | 23 | 350 | 31 | 113 |
| Binary | 10101111 | 10110011 | 11001111 | 1111 | 1110 | 0 | 10011 | 11101000 | 11001 | 1001011 |
Color Harmonies of #AFB3CF
Complementary color
Monochromatic Colors of #AFB3CF
Black with #AFB3CF
Text Example
Text Example
White with #AFB3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3CF; }
p { color: rgb(175,179,207); }
H1.HeaderClassName
{
color: #AFB3CF;
}
.AnyTagClassName
{
color: #AFB3CF;
}
</style>
background-color css
<style>
a { background-color: #AFB3CF; }
a { background-color: rgb(175,179,207); }
div.DivClassName
{
background-color: #AFB3CF;
}
.BgClassName
{
background-color: #AFB3CF;
}
</style>
border-color css
<style>
span { border-color: #AFB3CF; }
span { border-color: rgb(175,179,207); }
td.TdClassName
{
border-color: #AFB3CF;
}
.TagClassName
{
border-color: #AFB3CF;
}
</style>