Shades of Vista Blue #9ED5B7
Tints of Vista Blue #9ED5B7
RGB
CMYK
RGB Variations
Color information
#9ED5B7 (or 0x9ED5B7) is known color: Vista Blue. HEX triplet: 9E, D5 and B7. RGB value is (158,213,183). Sum of RGB (Red+Green+Blue) = 158+213+183=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED5B7 is #612A48. Grayscale: #C1C1C1. Windows color (decimal): -6367817 or 12047774. OLE color: 12047774.
HSL color Cylindrical-coordinate representation of color #9ED5B7: hue angle of 147.27º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED5B7 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 183 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.16 |
| HSL | 147.27º | 0.4% | 0.73% | - |
| HSV(B) | 147.27º | 0.26% | 0.84% | - |
| XYZ | 46.44 | 58.28 | 53.6 | - |
| YUV | 193.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 183 | 0.26 | 0 | 0.14 | 0.16 | 147.27 | 0.4 | 0.73 |
| Hex | 9E | D5 | B7 | 1A | 0 | E | 10 | 93 | 28 | 49 |
| Octal | 236 | 325 | 267 | 32 | 0 | 16 | 20 | 223 | 50 | 111 |
| Binary | 10011110 | 11010101 | 10110111 | 11010 | 0 | 1110 | 10000 | 10010011 | 101000 | 1001001 |
Color Harmonies of #9ED5B7
Complementary color
Monochromatic Colors of #9ED5B7
Black with #9ED5B7
Text Example
Text Example
White with #9ED5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED5B7; }
p { color: rgb(158,213,183); }
H1.HeaderClassName
{
color: #9ED5B7;
}
.AnyTagClassName
{
color: #9ED5B7;
}
</style>
background-color css
<style>
a { background-color: #9ED5B7; }
a { background-color: rgb(158,213,183); }
div.DivClassName
{
background-color: #9ED5B7;
}
.BgClassName
{
background-color: #9ED5B7;
}
</style>
border-color css
<style>
span { border-color: #9ED5B7; }
span { border-color: rgb(158,213,183); }
td.TdClassName
{
border-color: #9ED5B7;
}
.TagClassName
{
border-color: #9ED5B7;
}
</style>