Shades of Vista Blue #9DE4BE
Tints of Vista Blue #9DE4BE
RGB
CMYK
RGB Variations
Color information
#9DE4BE (or 0x9DE4BE) is known color: Vista Blue. HEX triplet: 9D, E4 and BE. RGB value is (157,228,190). Sum of RGB (Red+Green+Blue) = 157+228+190=575 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.30% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #9DE4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE4BE is #621B41. Grayscale: #CACACA. Windows color (decimal): -6429506 or 12510365. OLE color: 12510365.
HSL color Cylindrical-coordinate representation of color #9DE4BE: hue angle of 147.89º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DE4BE is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 228 | 190 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.11 |
| HSL | 147.89º | 0.57% | 0.75% | - |
| HSV(B) | 147.89º | 0.31% | 0.89% | - |
| XYZ | 50.94 | 66.37 | 58.84 | - |
| YUV | 202.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 228 | 190 | 0.31 | 0 | 0.17 | 0.11 | 147.89 | 0.57 | 0.75 |
| Hex | 9D | E4 | BE | 1F | 0 | 11 | B | 94 | 39 | 4B |
| Octal | 235 | 344 | 276 | 37 | 0 | 21 | 13 | 224 | 71 | 113 |
| Binary | 10011101 | 11100100 | 10111110 | 11111 | 0 | 10001 | 1011 | 10010100 | 111001 | 1001011 |
Color Harmonies of #9DE4BE
Complementary color
Monochromatic Colors of #9DE4BE
Black with #9DE4BE
Text Example
Text Example
White with #9DE4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE4BE; }
p { color: rgb(157,228,190); }
H1.HeaderClassName
{
color: #9DE4BE;
}
.AnyTagClassName
{
color: #9DE4BE;
}
</style>
background-color css
<style>
a { background-color: #9DE4BE; }
a { background-color: rgb(157,228,190); }
div.DivClassName
{
background-color: #9DE4BE;
}
.BgClassName
{
background-color: #9DE4BE;
}
</style>
border-color css
<style>
span { border-color: #9DE4BE; }
span { border-color: rgb(157,228,190); }
td.TdClassName
{
border-color: #9DE4BE;
}
.TagClassName
{
border-color: #9DE4BE;
}
</style>