Shades of Echo Blue #AFB4CE
Tints of Echo Blue #AFB4CE
RGB
CMYK
RGB Variations
Color information
#AFB4CE (or 0xAFB4CE) is known color: Echo Blue. HEX triplet: AF, B4 and CE. RGB value is (175,180,206). Sum of RGB (Red+Green+Blue) = 175+180+206=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 180 (70.70% from 255 or 32.09% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4CE is #504B31. Grayscale: #B5B5B5. Windows color (decimal): -5262130 or 13546671. OLE color: 13546671.
HSL color Cylindrical-coordinate representation of color #AFB4CE: hue angle of 230.32º 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 #AFB4CE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 180 | 206 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.19 |
| HSL | 230.32º | 0.24% | 0.75% | - |
| HSV(B) | 230.32º | 0.15% | 0.81% | - |
| XYZ | 45.14 | 46.21 | 64.93 | - |
| YUV | 181.47 | 141.84 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 180 | 206 | 0.15 | 0.13 | 0 | 0.19 | 230.32 | 0.24 | 0.75 |
| Hex | AF | B4 | CE | F | D | 0 | 13 | E6 | 18 | 4B |
| Octal | 257 | 264 | 316 | 17 | 15 | 0 | 23 | 346 | 30 | 113 |
| Binary | 10101111 | 10110100 | 11001110 | 1111 | 1101 | 0 | 10011 | 11100110 | 11000 | 1001011 |
Color Harmonies of #AFB4CE
Complementary color
Monochromatic Colors of #AFB4CE
Black with #AFB4CE
Text Example
Text Example
White with #AFB4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB4CE; }
p { color: rgb(175,180,206); }
H1.HeaderClassName
{
color: #AFB4CE;
}
.AnyTagClassName
{
color: #AFB4CE;
}
</style>
background-color css
<style>
a { background-color: #AFB4CE; }
a { background-color: rgb(175,180,206); }
div.DivClassName
{
background-color: #AFB4CE;
}
.BgClassName
{
background-color: #AFB4CE;
}
</style>
border-color css
<style>
span { border-color: #AFB4CE; }
span { border-color: rgb(175,180,206); }
td.TdClassName
{
border-color: #AFB4CE;
}
.TagClassName
{
border-color: #AFB4CE;
}
</style>