Shades of Vista Blue #9BE0BE
Tints of Vista Blue #9BE0BE
RGB
CMYK
RGB Variations
Color information
#9BE0BE (or 0x9BE0BE) is known color: Vista Blue. HEX triplet: 9B, E0 and BE. RGB value is (155,224,190). Sum of RGB (Red+Green+Blue) = 155+224+190=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 224 (87.89% from 255 or 39.37% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0BE is #641F41. Grayscale: #C7C7C7. Windows color (decimal): -6561602 or 12509339. OLE color: 12509339.
HSL color Cylindrical-coordinate representation of color #9BE0BE: hue angle of 150.43º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0BE is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 155 | 224 | 190 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.12 |
| HSL | 150.43º | 0.53% | 0.74% | - |
| HSV(B) | 150.43º | 0.31% | 0.88% | - |
| XYZ | 49.47 | 64 | 58.46 | - |
| YUV | 199.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 224 | 190 | 0.31 | 0 | 0.15 | 0.12 | 150.43 | 0.53 | 0.74 |
| Hex | 9B | E0 | BE | 1F | 0 | F | C | 96 | 35 | 4A |
| Octal | 233 | 340 | 276 | 37 | 0 | 17 | 14 | 226 | 65 | 112 |
| Binary | 10011011 | 11100000 | 10111110 | 11111 | 0 | 1111 | 1100 | 10010110 | 110101 | 1001010 |
Color Harmonies of #9BE0BE
Complementary color
Monochromatic Colors of #9BE0BE
Black with #9BE0BE
Text Example
Text Example
White with #9BE0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE0BE; }
p { color: rgb(155,224,190); }
H1.HeaderClassName
{
color: #9BE0BE;
}
.AnyTagClassName
{
color: #9BE0BE;
}
</style>
background-color css
<style>
a { background-color: #9BE0BE; }
a { background-color: rgb(155,224,190); }
div.DivClassName
{
background-color: #9BE0BE;
}
.BgClassName
{
background-color: #9BE0BE;
}
</style>
border-color css
<style>
span { border-color: #9BE0BE; }
span { border-color: rgb(155,224,190); }
td.TdClassName
{
border-color: #9BE0BE;
}
.TagClassName
{
border-color: #9BE0BE;
}
</style>