Shades of Echo Blue #AFB6C8
Tints of Echo Blue #AFB6C8
RGB
CMYK
RGB Variations
Color information
#AFB6C8 (or 0xAFB6C8) is known color: Echo Blue. HEX triplet: AF, B6 and C8. RGB value is (175,182,200). Sum of RGB (Red+Green+Blue) = 175+182+200=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 200 - color contains mainly: blue. Hex color #AFB6C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6C8 is #504937. Grayscale: #B5B5B5. Windows color (decimal): -5261624 or 13153967. OLE color: 13153967.
HSL color Cylindrical-coordinate representation of color #AFB6C8: hue angle of 223.2º 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 #AFB6C8 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 182 | 200 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.22 |
| HSL | 223.2º | 0.19% | 0.74% | - |
| HSV(B) | 223.2º | 0.13% | 0.78% | - |
| XYZ | 44.83 | 46.74 | 61.3 | - |
| YUV | 181.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 200 | 0.12 | 0.09 | 0 | 0.22 | 223.2 | 0.19 | 0.74 |
| Hex | AF | B6 | C8 | C | 9 | 0 | 16 | DF | 13 | 4A |
| Octal | 257 | 266 | 310 | 14 | 11 | 0 | 26 | 337 | 23 | 112 |
| Binary | 10101111 | 10110110 | 11001000 | 1100 | 1001 | 0 | 10110 | 11011111 | 10011 | 1001010 |
Color Harmonies of #AFB6C8
Complementary color
Monochromatic Colors of #AFB6C8
Black with #AFB6C8
Text Example
Text Example
White with #AFB6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB6C8; }
p { color: rgb(175,182,200); }
H1.HeaderClassName
{
color: #AFB6C8;
}
.AnyTagClassName
{
color: #AFB6C8;
}
</style>
background-color css
<style>
a { background-color: #AFB6C8; }
a { background-color: rgb(175,182,200); }
div.DivClassName
{
background-color: #AFB6C8;
}
.BgClassName
{
background-color: #AFB6C8;
}
</style>
border-color css
<style>
span { border-color: #AFB6C8; }
span { border-color: rgb(175,182,200); }
td.TdClassName
{
border-color: #AFB6C8;
}
.TagClassName
{
border-color: #AFB6C8;
}
</style>