Shades of Vista Blue #9ED9BC
Tints of Vista Blue #9ED9BC
RGB
CMYK
RGB Variations
Color information
#9ED9BC (or 0x9ED9BC) is known color: Vista Blue. HEX triplet: 9E, D9 and BC. RGB value is (158,217,188). Sum of RGB (Red+Green+Blue) = 158+217+188=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED9BC is #612643. Grayscale: #C4C4C4. Windows color (decimal): -6366788 or 12376478. OLE color: 12376478.
HSL color Cylindrical-coordinate representation of color #9ED9BC: hue angle of 150.51º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED9BC is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 188 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.15 |
| HSL | 150.51º | 0.44% | 0.74% | - |
| HSV(B) | 150.51º | 0.27% | 0.85% | - |
| XYZ | 47.99 | 60.53 | 56.73 | - |
| YUV | 196.05 | 123.45 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 188 | 0.27 | 0 | 0.13 | 0.15 | 150.51 | 0.44 | 0.74 |
| Hex | 9E | D9 | BC | 1B | 0 | D | F | 97 | 2C | 4A |
| Octal | 236 | 331 | 274 | 33 | 0 | 15 | 17 | 227 | 54 | 112 |
| Binary | 10011110 | 11011001 | 10111100 | 11011 | 0 | 1101 | 1111 | 10010111 | 101100 | 1001010 |
Color Harmonies of #9ED9BC
Complementary color
Monochromatic Colors of #9ED9BC
Black with #9ED9BC
Text Example
Text Example
White with #9ED9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED9BC; }
p { color: rgb(158,217,188); }
H1.HeaderClassName
{
color: #9ED9BC;
}
.AnyTagClassName
{
color: #9ED9BC;
}
</style>
background-color css
<style>
a { background-color: #9ED9BC; }
a { background-color: rgb(158,217,188); }
div.DivClassName
{
background-color: #9ED9BC;
}
.BgClassName
{
background-color: #9ED9BC;
}
</style>
border-color css
<style>
span { border-color: #9ED9BC; }
span { border-color: rgb(158,217,188); }
td.TdClassName
{
border-color: #9ED9BC;
}
.TagClassName
{
border-color: #9ED9BC;
}
</style>