Shades of Echo Blue #B1B9CF
Tints of Echo Blue #B1B9CF
RGB
CMYK
RGB Variations
Color information
#B1B9CF (or 0xB1B9CF) is known color: Echo Blue. HEX triplet: B1, B9 and CF. RGB value is (177,185,207). Sum of RGB (Red+Green+Blue) = 177+185+207=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1B9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B9CF is #4E4630. Grayscale: #B9B9B9. Windows color (decimal): -5129777 or 13613489. OLE color: 13613489.
HSL color Cylindrical-coordinate representation of color #B1B9CF: hue angle of 224º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1B9CF is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 185 | 207 | - |
| CMYK | 0.14 | 0.11 | 0 | 0.19 |
| HSL | 224º | 0.24% | 0.75% | - |
| HSV(B) | 224º | 0.14% | 0.81% | - |
| XYZ | 46.74 | 48.55 | 65.94 | - |
| YUV | 185.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 185 | 207 | 0.14 | 0.11 | 0 | 0.19 | 224 | 0.24 | 0.75 |
| Hex | B1 | B9 | CF | E | B | 0 | 13 | E0 | 18 | 4B |
| Octal | 261 | 271 | 317 | 16 | 13 | 0 | 23 | 340 | 30 | 113 |
| Binary | 10110001 | 10111001 | 11001111 | 1110 | 1011 | 0 | 10011 | 11100000 | 11000 | 1001011 |
Color Harmonies of #B1B9CF
Complementary color
Monochromatic Colors of #B1B9CF
Black with #B1B9CF
Text Example
Text Example
White with #B1B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1B9CF; }
p { color: rgb(177,185,207); }
H1.HeaderClassName
{
color: #B1B9CF;
}
.AnyTagClassName
{
color: #B1B9CF;
}
</style>
background-color css
<style>
a { background-color: #B1B9CF; }
a { background-color: rgb(177,185,207); }
div.DivClassName
{
background-color: #B1B9CF;
}
.BgClassName
{
background-color: #B1B9CF;
}
</style>
border-color css
<style>
span { border-color: #B1B9CF; }
span { border-color: rgb(177,185,207); }
td.TdClassName
{
border-color: #B1B9CF;
}
.TagClassName
{
border-color: #B1B9CF;
}
</style>