Shades of Echo Blue #AFB0CB
Tints of Echo Blue #AFB0CB
RGB
CMYK
RGB Variations
Color information
#AFB0CB (or 0xAFB0CB) is known color: Echo Blue. HEX triplet: AF, B0 and CB. RGB value is (175,176,203). Sum of RGB (Red+Green+Blue) = 175+176+203=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB0CB is #504F34. Grayscale: #B2B2B2. Windows color (decimal): -5263157 or 13349039. OLE color: 13349039.
HSL color Cylindrical-coordinate representation of color #AFB0CB: hue angle of 237.86º degrees, saturation: 0.21, 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 #AFB0CB is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 176 | 203 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.20 |
| HSL | 237.86º | 0.21% | 0.74% | - |
| HSV(B) | 237.86º | 0.14% | 0.8% | - |
| XYZ | 43.98 | 44.48 | 62.77 | - |
| YUV | 178.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 176 | 203 | 0.14 | 0.13 | 0 | 0.20 | 237.86 | 0.21 | 0.74 |
| Hex | AF | B0 | CB | E | D | 0 | 14 | EE | 15 | 4A |
| Octal | 257 | 260 | 313 | 16 | 15 | 0 | 24 | 356 | 25 | 112 |
| Binary | 10101111 | 10110000 | 11001011 | 1110 | 1101 | 0 | 10100 | 11101110 | 10101 | 1001010 |
Color Harmonies of #AFB0CB
Complementary color
Monochromatic Colors of #AFB0CB
Black with #AFB0CB
Text Example
Text Example
White with #AFB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB0CB; }
p { color: rgb(175,176,203); }
H1.HeaderClassName
{
color: #AFB0CB;
}
.AnyTagClassName
{
color: #AFB0CB;
}
</style>
background-color css
<style>
a { background-color: #AFB0CB; }
a { background-color: rgb(175,176,203); }
div.DivClassName
{
background-color: #AFB0CB;
}
.BgClassName
{
background-color: #AFB0CB;
}
</style>
border-color css
<style>
span { border-color: #AFB0CB; }
span { border-color: rgb(175,176,203); }
td.TdClassName
{
border-color: #AFB0CB;
}
.TagClassName
{
border-color: #AFB0CB;
}
</style>