Shades of Echo Blue #9FB0CA
Tints of Echo Blue #9FB0CA
RGB
CMYK
RGB Variations
Color information
#9FB0CA (or 0x9FB0CA) is known color: Echo Blue. HEX triplet: 9F, B0 and CA. RGB value is (159,176,202). Sum of RGB (Red+Green+Blue) = 159+176+202=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 176 (69.14% from 255 or 32.77% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #9FB0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FB0CA is #604F35. Grayscale: #ADADAD. Windows color (decimal): -6311734 or 13283487. OLE color: 13283487.
HSL color Cylindrical-coordinate representation of color #9FB0CA: hue angle of 216.28º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FB0CA is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 176 | 202 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.21 |
| HSL | 216.28º | 0.29% | 0.71% | - |
| HSV(B) | 216.28º | 0.21% | 0.79% | - |
| XYZ | 40.48 | 42.69 | 61.98 | - |
| YUV | 173.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 202 | 0.21 | 0.13 | 0 | 0.21 | 216.28 | 0.29 | 0.71 |
| Hex | 9F | B0 | CA | 15 | D | 0 | 15 | D8 | 1D | 47 |
| Octal | 237 | 260 | 312 | 25 | 15 | 0 | 25 | 330 | 35 | 107 |
| Binary | 10011111 | 10110000 | 11001010 | 10101 | 1101 | 0 | 10101 | 11011000 | 11101 | 1000111 |
Color Harmonies of #9FB0CA
Complementary color
Monochromatic Colors of #9FB0CA
Black with #9FB0CA
Text Example
Text Example
White with #9FB0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB0CA; }
p { color: rgb(159,176,202); }
H1.HeaderClassName
{
color: #9FB0CA;
}
.AnyTagClassName
{
color: #9FB0CA;
}
</style>
background-color css
<style>
a { background-color: #9FB0CA; }
a { background-color: rgb(159,176,202); }
div.DivClassName
{
background-color: #9FB0CA;
}
.BgClassName
{
background-color: #9FB0CA;
}
</style>
border-color css
<style>
span { border-color: #9FB0CA; }
span { border-color: rgb(159,176,202); }
td.TdClassName
{
border-color: #9FB0CA;
}
.TagClassName
{
border-color: #9FB0CA;
}
</style>