Shades of Vista Blue #9DE0BE
Tints of Vista Blue #9DE0BE
RGB
CMYK
RGB Variations
Color information
#9DE0BE (or 0x9DE0BE) is known color: Vista Blue. HEX triplet: 9D, E0 and BE. RGB value is (157,224,190). Sum of RGB (Red+Green+Blue) = 157+224+190=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 224 (87.89% from 255 or 39.23% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE0BE is #621F41. Grayscale: #C8C8C8. Windows color (decimal): -6430530 or 12509341. OLE color: 12509341.
HSL color Cylindrical-coordinate representation of color #9DE0BE: hue angle of 149.55º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0BE is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 190 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.12 |
| HSL | 149.55º | 0.52% | 0.75% | - |
| HSV(B) | 149.55º | 0.3% | 0.88% | - |
| XYZ | 49.85 | 64.2 | 58.48 | - |
| YUV | 200.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 190 | 0.30 | 0 | 0.15 | 0.12 | 149.55 | 0.52 | 0.75 |
| Hex | 9D | E0 | BE | 1E | 0 | F | C | 96 | 34 | 4B |
| Octal | 235 | 340 | 276 | 36 | 0 | 17 | 14 | 226 | 64 | 113 |
| Binary | 10011101 | 11100000 | 10111110 | 11110 | 0 | 1111 | 1100 | 10010110 | 110100 | 1001011 |
Color Harmonies of #9DE0BE
Complementary color
Monochromatic Colors of #9DE0BE
Black with #9DE0BE
Text Example
Text Example
White with #9DE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0BE; }
p { color: rgb(157,224,190); }
H1.HeaderClassName
{
color: #9DE0BE;
}
.AnyTagClassName
{
color: #9DE0BE;
}
</style>
background-color css
<style>
a { background-color: #9DE0BE; }
a { background-color: rgb(157,224,190); }
div.DivClassName
{
background-color: #9DE0BE;
}
.BgClassName
{
background-color: #9DE0BE;
}
</style>
border-color css
<style>
span { border-color: #9DE0BE; }
span { border-color: rgb(157,224,190); }
td.TdClassName
{
border-color: #9DE0BE;
}
.TagClassName
{
border-color: #9DE0BE;
}
</style>