Shades of Echo Blue #9FB1CF
Tints of Echo Blue #9FB1CF
RGB
CMYK
RGB Variations
Color information
#9FB1CF (or 0x9FB1CF) is known color: Echo Blue. HEX triplet: 9F, B1 and CF. RGB value is (159,177,207). Sum of RGB (Red+Green+Blue) = 159+177+207=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 177 (69.53% from 255 or 32.60% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #9FB1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB1CF is #604E30. Grayscale: #AEAEAE. Windows color (decimal): -6311473 or 13611423. OLE color: 13611423.
HSL color Cylindrical-coordinate representation of color #9FB1CF: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB1CF is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 177 | 207 | - |
| CMYK | 0.23 | 0.14 | 0 | 0.19 |
| HSL | 217.5º | 0.33% | 0.72% | - |
| HSV(B) | 217.5º | 0.23% | 0.81% | - |
| XYZ | 41.28 | 43.32 | 65.22 | - |
| YUV | 175.04 | 146.04 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 177 | 207 | 0.23 | 0.14 | 0 | 0.19 | 217.5 | 0.33 | 0.72 |
| Hex | 9F | B1 | CF | 17 | E | 0 | 13 | DA | 21 | 48 |
| Octal | 237 | 261 | 317 | 27 | 16 | 0 | 23 | 332 | 41 | 110 |
| Binary | 10011111 | 10110001 | 11001111 | 10111 | 1110 | 0 | 10011 | 11011010 | 100001 | 1001000 |
Color Harmonies of #9FB1CF
Complementary color
Monochromatic Colors of #9FB1CF
Black with #9FB1CF
Text Example
Text Example
White with #9FB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB1CF; }
p { color: rgb(159,177,207); }
H1.HeaderClassName
{
color: #9FB1CF;
}
.AnyTagClassName
{
color: #9FB1CF;
}
</style>
background-color css
<style>
a { background-color: #9FB1CF; }
a { background-color: rgb(159,177,207); }
div.DivClassName
{
background-color: #9FB1CF;
}
.BgClassName
{
background-color: #9FB1CF;
}
</style>
border-color css
<style>
span { border-color: #9FB1CF; }
span { border-color: rgb(159,177,207); }
td.TdClassName
{
border-color: #9FB1CF;
}
.TagClassName
{
border-color: #9FB1CF;
}
</style>