Shades of Echo Blue #AFB1CE
Tints of Echo Blue #AFB1CE
RGB
CMYK
RGB Variations
Color information
#AFB1CE (or 0xAFB1CE) is known color: Echo Blue. HEX triplet: AF, B1 and CE. RGB value is (175,177,206). Sum of RGB (Red+Green+Blue) = 175+177+206=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFB1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1CE is #504E31. Grayscale: #B3B3B3. Windows color (decimal): -5262898 or 13545903. OLE color: 13545903.
HSL color Cylindrical-coordinate representation of color #AFB1CE: hue angle of 236.13º 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 #AFB1CE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 177 | 206 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.19 |
| HSL | 236.13º | 0.24% | 0.75% | - |
| HSV(B) | 236.13º | 0.15% | 0.81% | - |
| XYZ | 44.54 | 45.01 | 64.73 | - |
| YUV | 179.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 206 | 0.15 | 0.14 | 0 | 0.19 | 236.13 | 0.24 | 0.75 |
| Hex | AF | B1 | CE | F | E | 0 | 13 | EC | 18 | 4B |
| Octal | 257 | 261 | 316 | 17 | 16 | 0 | 23 | 354 | 30 | 113 |
| Binary | 10101111 | 10110001 | 11001110 | 1111 | 1110 | 0 | 10011 | 11101100 | 11000 | 1001011 |
Color Harmonies of #AFB1CE
Complementary color
Monochromatic Colors of #AFB1CE
Black with #AFB1CE
Text Example
Text Example
White with #AFB1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1CE; }
p { color: rgb(175,177,206); }
H1.HeaderClassName
{
color: #AFB1CE;
}
.AnyTagClassName
{
color: #AFB1CE;
}
</style>
background-color css
<style>
a { background-color: #AFB1CE; }
a { background-color: rgb(175,177,206); }
div.DivClassName
{
background-color: #AFB1CE;
}
.BgClassName
{
background-color: #AFB1CE;
}
</style>
border-color css
<style>
span { border-color: #AFB1CE; }
span { border-color: rgb(175,177,206); }
td.TdClassName
{
border-color: #AFB1CE;
}
.TagClassName
{
border-color: #AFB1CE;
}
</style>