Shades of Echo Blue #AFB2CE
Tints of Echo Blue #AFB2CE
RGB
CMYK
RGB Variations
Color information
#AFB2CE (or 0xAFB2CE) is known color: Echo Blue. HEX triplet: AF, B2 and CE. RGB value is (175,178,206). Sum of RGB (Red+Green+Blue) = 175+178+206=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB2CE is #504D31. Grayscale: #B4B4B4. Windows color (decimal): -5262642 or 13546159. OLE color: 13546159.
HSL color Cylindrical-coordinate representation of color #AFB2CE: hue angle of 234.19º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFB2CE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 178 | 206 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.19 |
| HSL | 234.19º | 0.24% | 0.75% | - |
| HSV(B) | 234.19º | 0.15% | 0.81% | - |
| XYZ | 44.74 | 45.41 | 64.8 | - |
| YUV | 180.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 206 | 0.15 | 0.14 | 0 | 0.19 | 234.19 | 0.24 | 0.75 |
| Hex | AF | B2 | CE | F | E | 0 | 13 | EA | 18 | 4B |
| Octal | 257 | 262 | 316 | 17 | 16 | 0 | 23 | 352 | 30 | 113 |
| Binary | 10101111 | 10110010 | 11001110 | 1111 | 1110 | 0 | 10011 | 11101010 | 11000 | 1001011 |
Color Harmonies of #AFB2CE
Complementary color
Monochromatic Colors of #AFB2CE
Black with #AFB2CE
Text Example
Text Example
White with #AFB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB2CE; }
p { color: rgb(175,178,206); }
H1.HeaderClassName
{
color: #AFB2CE;
}
.AnyTagClassName
{
color: #AFB2CE;
}
</style>
background-color css
<style>
a { background-color: #AFB2CE; }
a { background-color: rgb(175,178,206); }
div.DivClassName
{
background-color: #AFB2CE;
}
.BgClassName
{
background-color: #AFB2CE;
}
</style>
border-color css
<style>
span { border-color: #AFB2CE; }
span { border-color: rgb(175,178,206); }
td.TdClassName
{
border-color: #AFB2CE;
}
.TagClassName
{
border-color: #AFB2CE;
}
</style>