Shades of Vista Blue #9ECFBC
Tints of Vista Blue #9ECFBC
RGB
CMYK
RGB Variations
Color information
#9ECFBC (or 0x9ECFBC) is known color: Vista Blue. HEX triplet: 9E, CF and BC. RGB value is (158,207,188). Sum of RGB (Red+Green+Blue) = 158+207+188=553 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.57% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFBC is #613043. Grayscale: #BEBEBE. Windows color (decimal): -6369348 or 12373918. OLE color: 12373918.
HSL color Cylindrical-coordinate representation of color #9ECFBC: hue angle of 156.73º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ECFBC is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 188 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.19 |
| HSL | 156.73º | 0.34% | 0.72% | - |
| HSV(B) | 156.73º | 0.24% | 0.81% | - |
| XYZ | 45.49 | 55.53 | 55.9 | - |
| YUV | 190.18 | 126.77 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 188 | 0.24 | 0 | 0.09 | 0.19 | 156.73 | 0.34 | 0.72 |
| Hex | 9E | CF | BC | 18 | 0 | 9 | 13 | 9D | 22 | 48 |
| Octal | 236 | 317 | 274 | 30 | 0 | 11 | 23 | 235 | 42 | 110 |
| Binary | 10011110 | 11001111 | 10111100 | 11000 | 0 | 1001 | 10011 | 10011101 | 100010 | 1001000 |
Color Harmonies of #9ECFBC
Complementary color
Monochromatic Colors of #9ECFBC
Black with #9ECFBC
Text Example
Text Example
White with #9ECFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFBC; }
p { color: rgb(158,207,188); }
H1.HeaderClassName
{
color: #9ECFBC;
}
.AnyTagClassName
{
color: #9ECFBC;
}
</style>
background-color css
<style>
a { background-color: #9ECFBC; }
a { background-color: rgb(158,207,188); }
div.DivClassName
{
background-color: #9ECFBC;
}
.BgClassName
{
background-color: #9ECFBC;
}
</style>
border-color css
<style>
span { border-color: #9ECFBC; }
span { border-color: rgb(158,207,188); }
td.TdClassName
{
border-color: #9ECFBC;
}
.TagClassName
{
border-color: #9ECFBC;
}
</style>