Shades of Vista Blue #9ED4BE
Tints of Vista Blue #9ED4BE
RGB
CMYK
RGB Variations
Color information
#9ED4BE (or 0x9ED4BE) is known color: Vista Blue. HEX triplet: 9E, D4 and BE. RGB value is (158,212,190). Sum of RGB (Red+Green+Blue) = 158+212+190=560 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.21% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED4BE is #612B41. Grayscale: #C1C1C1. Windows color (decimal): -6368066 or 12506270. OLE color: 12506270.
HSL color Cylindrical-coordinate representation of color #9ED4BE: hue angle of 155.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED4BE is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 212 | 190 | - |
| CMYK | 0.25 | 0 | 0.10 | 0.17 |
| HSL | 155.56º | 0.39% | 0.73% | - |
| HSV(B) | 155.56º | 0.25% | 0.83% | - |
| XYZ | 46.94 | 58.07 | 57.45 | - |
| YUV | 193.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 212 | 190 | 0.25 | 0 | 0.10 | 0.17 | 155.56 | 0.39 | 0.73 |
| Hex | 9E | D4 | BE | 19 | 0 | A | 11 | 9C | 27 | 49 |
| Octal | 236 | 324 | 276 | 31 | 0 | 12 | 21 | 234 | 47 | 111 |
| Binary | 10011110 | 11010100 | 10111110 | 11001 | 0 | 1010 | 10001 | 10011100 | 100111 | 1001001 |
Color Harmonies of #9ED4BE
Complementary color
Monochromatic Colors of #9ED4BE
Black with #9ED4BE
Text Example
Text Example
White with #9ED4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED4BE; }
p { color: rgb(158,212,190); }
H1.HeaderClassName
{
color: #9ED4BE;
}
.AnyTagClassName
{
color: #9ED4BE;
}
</style>
background-color css
<style>
a { background-color: #9ED4BE; }
a { background-color: rgb(158,212,190); }
div.DivClassName
{
background-color: #9ED4BE;
}
.BgClassName
{
background-color: #9ED4BE;
}
</style>
border-color css
<style>
span { border-color: #9ED4BE; }
span { border-color: rgb(158,212,190); }
td.TdClassName
{
border-color: #9ED4BE;
}
.TagClassName
{
border-color: #9ED4BE;
}
</style>