Shades of Vista Blue #9DE2BC
Tints of Vista Blue #9DE2BC
RGB
CMYK
RGB Variations
Color information
#9DE2BC (or 0x9DE2BC) is known color: Vista Blue. HEX triplet: 9D, E2 and BC. RGB value is (157,226,188). Sum of RGB (Red+Green+Blue) = 157+226+188=571 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.50% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DE2BC is #621D43. Grayscale: #C9C9C9. Windows color (decimal): -6430020 or 12378781. OLE color: 12378781.
HSL color Cylindrical-coordinate representation of color #9DE2BC: hue angle of 146.96º degrees, saturation: 0.54, 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 #9DE2BC is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 226 | 188 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.11 |
| HSL | 146.96º | 0.54% | 0.75% | - |
| HSV(B) | 146.96º | 0.31% | 0.89% | - |
| XYZ | 50.18 | 65.19 | 57.52 | - |
| YUV | 201.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 226 | 188 | 0.31 | 0 | 0.17 | 0.11 | 146.96 | 0.54 | 0.75 |
| Hex | 9D | E2 | BC | 1F | 0 | 11 | B | 93 | 36 | 4B |
| Octal | 235 | 342 | 274 | 37 | 0 | 21 | 13 | 223 | 66 | 113 |
| Binary | 10011101 | 11100010 | 10111100 | 11111 | 0 | 10001 | 1011 | 10010011 | 110110 | 1001011 |
Color Harmonies of #9DE2BC
Complementary color
Monochromatic Colors of #9DE2BC
Black with #9DE2BC
Text Example
Text Example
White with #9DE2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE2BC; }
p { color: rgb(157,226,188); }
H1.HeaderClassName
{
color: #9DE2BC;
}
.AnyTagClassName
{
color: #9DE2BC;
}
</style>
background-color css
<style>
a { background-color: #9DE2BC; }
a { background-color: rgb(157,226,188); }
div.DivClassName
{
background-color: #9DE2BC;
}
.BgClassName
{
background-color: #9DE2BC;
}
</style>
border-color css
<style>
span { border-color: #9DE2BC; }
span { border-color: rgb(157,226,188); }
td.TdClassName
{
border-color: #9DE2BC;
}
.TagClassName
{
border-color: #9DE2BC;
}
</style>