Shades of Echo Blue #AFB1CF
Tints of Echo Blue #AFB1CF
RGB
CMYK
RGB Variations
Color information
#AFB1CF (or 0xAFB1CF) is known color: Echo Blue. HEX triplet: AF, B1 and CF. RGB value is (175,177,207). Sum of RGB (Red+Green+Blue) = 175+177+207=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1CF is #504E30. Grayscale: #B3B3B3. Windows color (decimal): -5262897 or 13611439. OLE color: 13611439.
HSL color Cylindrical-coordinate representation of color #AFB1CF: hue angle of 236.25º 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 #AFB1CF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 177 | 207 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.19 |
| HSL | 236.25º | 0.25% | 0.75% | - |
| HSV(B) | 236.25º | 0.15% | 0.81% | - |
| XYZ | 44.66 | 45.06 | 65.38 | - |
| YUV | 179.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 207 | 0.15 | 0.14 | 0 | 0.19 | 236.25 | 0.25 | 0.75 |
| Hex | AF | B1 | CF | F | E | 0 | 13 | EC | 19 | 4B |
| Octal | 257 | 261 | 317 | 17 | 16 | 0 | 23 | 354 | 31 | 113 |
| Binary | 10101111 | 10110001 | 11001111 | 1111 | 1110 | 0 | 10011 | 11101100 | 11001 | 1001011 |
Color Harmonies of #AFB1CF
Complementary color
Monochromatic Colors of #AFB1CF
Black with #AFB1CF
Text Example
Text Example
White with #AFB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1CF; }
p { color: rgb(175,177,207); }
H1.HeaderClassName
{
color: #AFB1CF;
}
.AnyTagClassName
{
color: #AFB1CF;
}
</style>
background-color css
<style>
a { background-color: #AFB1CF; }
a { background-color: rgb(175,177,207); }
div.DivClassName
{
background-color: #AFB1CF;
}
.BgClassName
{
background-color: #AFB1CF;
}
</style>
border-color css
<style>
span { border-color: #AFB1CF; }
span { border-color: rgb(175,177,207); }
td.TdClassName
{
border-color: #AFB1CF;
}
.TagClassName
{
border-color: #AFB1CF;
}
</style>