Shades of Echo Blue #AFB1D0
Tints of Echo Blue #AFB1D0
RGB
CMYK
RGB Variations
Color information
#AFB1D0 (or 0xAFB1D0) is known color: Echo Blue. HEX triplet: AF, B1 and D0. RGB value is (175,177,208). Sum of RGB (Red+Green+Blue) = 175+177+208=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 177 (69.53% from 255 or 31.61% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #AFB1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1D0 is #504E2F. Grayscale: #B3B3B3. Windows color (decimal): -5262896 or 13676975. OLE color: 13676975.
HSL color Cylindrical-coordinate representation of color #AFB1D0: hue angle of 236.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB1D0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 177 | 208 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.18 |
| HSL | 236.36º | 0.26% | 0.75% | - |
| HSV(B) | 236.36º | 0.16% | 0.82% | - |
| XYZ | 44.79 | 45.11 | 66.02 | - |
| YUV | 179.94 | 143.84 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 177 | 208 | 0.16 | 0.15 | 0 | 0.18 | 236.36 | 0.26 | 0.75 |
| Hex | AF | B1 | D0 | 10 | F | 0 | 12 | EC | 1A | 4B |
| Octal | 257 | 261 | 320 | 20 | 17 | 0 | 22 | 354 | 32 | 113 |
| Binary | 10101111 | 10110001 | 11010000 | 10000 | 1111 | 0 | 10010 | 11101100 | 11010 | 1001011 |
Color Harmonies of #AFB1D0
Complementary color
Monochromatic Colors of #AFB1D0
Black with #AFB1D0
Text Example
Text Example
White with #AFB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB1D0; }
p { color: rgb(175,177,208); }
H1.HeaderClassName
{
color: #AFB1D0;
}
.AnyTagClassName
{
color: #AFB1D0;
}
</style>
background-color css
<style>
a { background-color: #AFB1D0; }
a { background-color: rgb(175,177,208); }
div.DivClassName
{
background-color: #AFB1D0;
}
.BgClassName
{
background-color: #AFB1D0;
}
</style>
border-color css
<style>
span { border-color: #AFB1D0; }
span { border-color: rgb(175,177,208); }
td.TdClassName
{
border-color: #AFB1D0;
}
.TagClassName
{
border-color: #AFB1D0;
}
</style>