Shades of Echo Blue #AFB8CC
Tints of Echo Blue #AFB8CC
RGB
CMYK
RGB Variations
Color information
#AFB8CC (or 0xAFB8CC) is known color: Echo Blue. HEX triplet: AF, B8 and CC. RGB value is (175,184,204). Sum of RGB (Red+Green+Blue) = 175+184+204=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB8CC is #504733. Grayscale: #B7B7B7. Windows color (decimal): -5261108 or 13416623. OLE color: 13416623.
HSL color Cylindrical-coordinate representation of color #AFB8CC: hue angle of 221.38º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFB8CC is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 184 | 204 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.2 |
| HSL | 221.38º | 0.22% | 0.74% | - |
| HSV(B) | 221.38º | 0.14% | 0.8% | - |
| XYZ | 45.72 | 47.75 | 63.93 | - |
| YUV | 183.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 184 | 204 | 0.14 | 0.10 | 0 | 0.2 | 221.38 | 0.22 | 0.74 |
| Hex | AF | B8 | CC | E | A | 0 | 14 | DD | 16 | 4A |
| Octal | 257 | 270 | 314 | 16 | 12 | 0 | 24 | 335 | 26 | 112 |
| Binary | 10101111 | 10111000 | 11001100 | 1110 | 1010 | 0 | 10100 | 11011101 | 10110 | 1001010 |
Color Harmonies of #AFB8CC
Complementary color
Monochromatic Colors of #AFB8CC
Black with #AFB8CC
Text Example
Text Example
White with #AFB8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB8CC; }
p { color: rgb(175,184,204); }
H1.HeaderClassName
{
color: #AFB8CC;
}
.AnyTagClassName
{
color: #AFB8CC;
}
</style>
background-color css
<style>
a { background-color: #AFB8CC; }
a { background-color: rgb(175,184,204); }
div.DivClassName
{
background-color: #AFB8CC;
}
.BgClassName
{
background-color: #AFB8CC;
}
</style>
border-color css
<style>
span { border-color: #AFB8CC; }
span { border-color: rgb(175,184,204); }
td.TdClassName
{
border-color: #AFB8CC;
}
.TagClassName
{
border-color: #AFB8CC;
}
</style>