Shades of Vista Blue #9ED6BC
Tints of Vista Blue #9ED6BC
RGB
CMYK
RGB Variations
Color information
#9ED6BC (or 0x9ED6BC) is known color: Vista Blue. HEX triplet: 9E, D6 and BC. RGB value is (158,214,188). Sum of RGB (Red+Green+Blue) = 158+214+188=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED6BC is #612943. Grayscale: #C2C2C2. Windows color (decimal): -6367556 or 12375710. OLE color: 12375710.
HSL color Cylindrical-coordinate representation of color #9ED6BC: hue angle of 152.14º degrees, saturation: 0.41, 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 #9ED6BC is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 214 | 188 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.16 |
| HSL | 152.14º | 0.41% | 0.73% | - |
| HSV(B) | 152.14º | 0.26% | 0.84% | - |
| XYZ | 47.22 | 58.99 | 56.47 | - |
| YUV | 194.29 | 124.45 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 214 | 188 | 0.26 | 0 | 0.12 | 0.16 | 152.14 | 0.41 | 0.73 |
| Hex | 9E | D6 | BC | 1A | 0 | C | 10 | 98 | 29 | 49 |
| Octal | 236 | 326 | 274 | 32 | 0 | 14 | 20 | 230 | 51 | 111 |
| Binary | 10011110 | 11010110 | 10111100 | 11010 | 0 | 1100 | 10000 | 10011000 | 101001 | 1001001 |
Color Harmonies of #9ED6BC
Complementary color
Monochromatic Colors of #9ED6BC
Black with #9ED6BC
Text Example
Text Example
White with #9ED6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED6BC; }
p { color: rgb(158,214,188); }
H1.HeaderClassName
{
color: #9ED6BC;
}
.AnyTagClassName
{
color: #9ED6BC;
}
</style>
background-color css
<style>
a { background-color: #9ED6BC; }
a { background-color: rgb(158,214,188); }
div.DivClassName
{
background-color: #9ED6BC;
}
.BgClassName
{
background-color: #9ED6BC;
}
</style>
border-color css
<style>
span { border-color: #9ED6BC; }
span { border-color: rgb(158,214,188); }
td.TdClassName
{
border-color: #9ED6BC;
}
.TagClassName
{
border-color: #9ED6BC;
}
</style>