Shades of Echo Blue #AFB2CA
Tints of Echo Blue #AFB2CA
RGB
CMYK
RGB Variations
Color information
#AFB2CA (or 0xAFB2CA) is known color: Echo Blue. HEX triplet: AF, B2 and CA. RGB value is (175,178,202). Sum of RGB (Red+Green+Blue) = 175+178+202=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2CA is #504D35. Grayscale: #B3B3B3. Windows color (decimal): -5262646 or 13284015. OLE color: 13284015.
HSL color Cylindrical-coordinate representation of color #AFB2CA: hue angle of 233.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFB2CA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 178 | 202 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.21 |
| HSL | 233.33º | 0.2% | 0.74% | - |
| HSV(B) | 233.33º | 0.13% | 0.79% | - |
| XYZ | 44.26 | 45.22 | 62.27 | - |
| YUV | 179.84 | 140.51 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 202 | 0.13 | 0.12 | 0 | 0.21 | 233.33 | 0.2 | 0.74 |
| Hex | AF | B2 | CA | D | C | 0 | 15 | E9 | 14 | 4A |
| Octal | 257 | 262 | 312 | 15 | 14 | 0 | 25 | 351 | 24 | 112 |
| Binary | 10101111 | 10110010 | 11001010 | 1101 | 1100 | 0 | 10101 | 11101001 | 10100 | 1001010 |
Color Harmonies of #AFB2CA
Complementary color
Monochromatic Colors of #AFB2CA
Black with #AFB2CA
Text Example
Text Example
White with #AFB2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2CA; }
p { color: rgb(175,178,202); }
H1.HeaderClassName
{
color: #AFB2CA;
}
.AnyTagClassName
{
color: #AFB2CA;
}
</style>
background-color css
<style>
a { background-color: #AFB2CA; }
a { background-color: rgb(175,178,202); }
div.DivClassName
{
background-color: #AFB2CA;
}
.BgClassName
{
background-color: #AFB2CA;
}
</style>
border-color css
<style>
span { border-color: #AFB2CA; }
span { border-color: rgb(175,178,202); }
td.TdClassName
{
border-color: #AFB2CA;
}
.TagClassName
{
border-color: #AFB2CA;
}
</style>