Shades of Echo Blue #AFB3C8
Tints of Echo Blue #AFB3C8
RGB
CMYK
RGB Variations
Color information
#AFB3C8 (or 0xAFB3C8) is known color: Echo Blue. HEX triplet: AF, B3 and C8. RGB value is (175,179,200). Sum of RGB (Red+Green+Blue) = 175+179+200=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 200 (78.52% from 255 or 36.10% from 554); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFB3C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB3C8 is #504C37. Grayscale: #B4B4B4. Windows color (decimal): -5262392 or 13153199. OLE color: 13153199.
HSL color Cylindrical-coordinate representation of color #AFB3C8: hue angle of 230.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFB3C8 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 179 | 200 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.22 |
| HSL | 230.4º | 0.19% | 0.74% | - |
| HSV(B) | 230.4º | 0.13% | 0.78% | - |
| XYZ | 44.22 | 45.52 | 61.1 | - |
| YUV | 180.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 179 | 200 | 0.12 | 0.10 | 0 | 0.22 | 230.4 | 0.19 | 0.74 |
| Hex | AF | B3 | C8 | C | A | 0 | 16 | E6 | 13 | 4A |
| Octal | 257 | 263 | 310 | 14 | 12 | 0 | 26 | 346 | 23 | 112 |
| Binary | 10101111 | 10110011 | 11001000 | 1100 | 1010 | 0 | 10110 | 11100110 | 10011 | 1001010 |
Color Harmonies of #AFB3C8
Complementary color
Monochromatic Colors of #AFB3C8
Black with #AFB3C8
Text Example
Text Example
White with #AFB3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB3C8; }
p { color: rgb(175,179,200); }
H1.HeaderClassName
{
color: #AFB3C8;
}
.AnyTagClassName
{
color: #AFB3C8;
}
</style>
background-color css
<style>
a { background-color: #AFB3C8; }
a { background-color: rgb(175,179,200); }
div.DivClassName
{
background-color: #AFB3C8;
}
.BgClassName
{
background-color: #AFB3C8;
}
</style>
border-color css
<style>
span { border-color: #AFB3C8; }
span { border-color: rgb(175,179,200); }
td.TdClassName
{
border-color: #AFB3C8;
}
.TagClassName
{
border-color: #AFB3C8;
}
</style>