Shades of Echo Blue #AFB5CB
Tints of Echo Blue #AFB5CB
RGB
CMYK
RGB Variations
Color information
#AFB5CB (or 0xAFB5CB) is known color: Echo Blue. HEX triplet: AF, B5 and CB. RGB value is (175,181,203). Sum of RGB (Red+Green+Blue) = 175+181+203=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFB5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5CB is #504A34. Grayscale: #B5B5B5. Windows color (decimal): -5261877 or 13350319. OLE color: 13350319.
HSL color Cylindrical-coordinate representation of color #AFB5CB: hue angle of 227.14º 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 #AFB5CB is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 181 | 203 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.20 |
| HSL | 227.14º | 0.21% | 0.74% | - |
| HSV(B) | 227.14º | 0.14% | 0.8% | - |
| XYZ | 44.98 | 46.47 | 63.1 | - |
| YUV | 181.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 181 | 203 | 0.14 | 0.11 | 0 | 0.20 | 227.14 | 0.21 | 0.74 |
| Hex | AF | B5 | CB | E | B | 0 | 14 | E3 | 15 | 4A |
| Octal | 257 | 265 | 313 | 16 | 13 | 0 | 24 | 343 | 25 | 112 |
| Binary | 10101111 | 10110101 | 11001011 | 1110 | 1011 | 0 | 10100 | 11100011 | 10101 | 1001010 |
Color Harmonies of #AFB5CB
Complementary color
Monochromatic Colors of #AFB5CB
Black with #AFB5CB
Text Example
Text Example
White with #AFB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB5CB; }
p { color: rgb(175,181,203); }
H1.HeaderClassName
{
color: #AFB5CB;
}
.AnyTagClassName
{
color: #AFB5CB;
}
</style>
background-color css
<style>
a { background-color: #AFB5CB; }
a { background-color: rgb(175,181,203); }
div.DivClassName
{
background-color: #AFB5CB;
}
.BgClassName
{
background-color: #AFB5CB;
}
</style>
border-color css
<style>
span { border-color: #AFB5CB; }
span { border-color: rgb(175,181,203); }
td.TdClassName
{
border-color: #AFB5CB;
}
.TagClassName
{
border-color: #AFB5CB;
}
</style>