Shades of Echo Blue #AFB9CC
Tints of Echo Blue #AFB9CC
RGB
CMYK
RGB Variations
Color information
#AFB9CC (or 0xAFB9CC) is known color: Echo Blue. HEX triplet: AF, B9 and CC. RGB value is (175,185,204). Sum of RGB (Red+Green+Blue) = 175+185+204=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 185 (72.66% from 255 or 32.80% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFB9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB9CC is #504633. Grayscale: #B8B8B8. Windows color (decimal): -5260852 or 13416879. OLE color: 13416879.
HSL color Cylindrical-coordinate representation of color #AFB9CC: hue angle of 219.31º 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 #AFB9CC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 185 | 204 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.2 |
| HSL | 219.31º | 0.22% | 0.74% | - |
| HSV(B) | 219.31º | 0.14% | 0.8% | - |
| XYZ | 45.93 | 48.17 | 64 | - |
| YUV | 184.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 185 | 204 | 0.14 | 0.09 | 0 | 0.2 | 219.31 | 0.22 | 0.74 |
| Hex | AF | B9 | CC | E | 9 | 0 | 14 | DB | 16 | 4A |
| Octal | 257 | 271 | 314 | 16 | 11 | 0 | 24 | 333 | 26 | 112 |
| Binary | 10101111 | 10111001 | 11001100 | 1110 | 1001 | 0 | 10100 | 11011011 | 10110 | 1001010 |
Color Harmonies of #AFB9CC
Complementary color
Monochromatic Colors of #AFB9CC
Black with #AFB9CC
Text Example
Text Example
White with #AFB9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB9CC; }
p { color: rgb(175,185,204); }
H1.HeaderClassName
{
color: #AFB9CC;
}
.AnyTagClassName
{
color: #AFB9CC;
}
</style>
background-color css
<style>
a { background-color: #AFB9CC; }
a { background-color: rgb(175,185,204); }
div.DivClassName
{
background-color: #AFB9CC;
}
.BgClassName
{
background-color: #AFB9CC;
}
</style>
border-color css
<style>
span { border-color: #AFB9CC; }
span { border-color: rgb(175,185,204); }
td.TdClassName
{
border-color: #AFB9CC;
}
.TagClassName
{
border-color: #AFB9CC;
}
</style>