Shades of Vista Blue #9ECFBB
Tints of Vista Blue #9ECFBB
RGB
CMYK
RGB Variations
Color information
#9ECFBB (or 0x9ECFBB) is known color: Vista Blue. HEX triplet: 9E, CF and BB. RGB value is (158,207,187). Sum of RGB (Red+Green+Blue) = 158+207+187=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECFBB is #613044. Grayscale: #BEBEBE. Windows color (decimal): -6369349 or 12308382. OLE color: 12308382.
HSL color Cylindrical-coordinate representation of color #9ECFBB: hue angle of 155.51º 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 #9ECFBB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 187 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.19 |
| HSL | 155.51º | 0.34% | 0.72% | - |
| HSV(B) | 155.51º | 0.24% | 0.81% | - |
| XYZ | 45.38 | 55.48 | 55.33 | - |
| YUV | 190.07 | 126.27 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 187 | 0.24 | 0 | 0.10 | 0.19 | 155.51 | 0.34 | 0.72 |
| Hex | 9E | CF | BB | 18 | 0 | A | 13 | 9C | 22 | 48 |
| Octal | 236 | 317 | 273 | 30 | 0 | 12 | 23 | 234 | 42 | 110 |
| Binary | 10011110 | 11001111 | 10111011 | 11000 | 0 | 1010 | 10011 | 10011100 | 100010 | 1001000 |
Color Harmonies of #9ECFBB
Complementary color
Monochromatic Colors of #9ECFBB
Black with #9ECFBB
Text Example
Text Example
White with #9ECFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECFBB; }
p { color: rgb(158,207,187); }
H1.HeaderClassName
{
color: #9ECFBB;
}
.AnyTagClassName
{
color: #9ECFBB;
}
</style>
background-color css
<style>
a { background-color: #9ECFBB; }
a { background-color: rgb(158,207,187); }
div.DivClassName
{
background-color: #9ECFBB;
}
.BgClassName
{
background-color: #9ECFBB;
}
</style>
border-color css
<style>
span { border-color: #9ECFBB; }
span { border-color: rgb(158,207,187); }
td.TdClassName
{
border-color: #9ECFBB;
}
.TagClassName
{
border-color: #9ECFBB;
}
</style>