Shades of Vista Blue #9BE7C0
Tints of Vista Blue #9BE7C0
RGB
CMYK
RGB Variations
Color information
#9BE7C0 (or 0x9BE7C0) is known color: Vista Blue. HEX triplet: 9B, E7 and C0. RGB value is (155,231,192). Sum of RGB (Red+Green+Blue) = 155+231+192=578 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.82% from 578); Green value is 231 (90.62% from 255 or 39.97% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE7C0 is #64183F. Grayscale: #CBCBCB. Windows color (decimal): -6559808 or 12642203. OLE color: 12642203.
HSL color Cylindrical-coordinate representation of color #9BE7C0: hue angle of 149.21º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE7C0 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 231 | 192 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.09 |
| HSL | 149.21º | 0.61% | 0.76% | - |
| HSV(B) | 149.21º | 0.33% | 0.91% | - |
| XYZ | 51.61 | 67.93 | 60.26 | - |
| YUV | 203.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 231 | 192 | 0.33 | 0 | 0.17 | 0.09 | 149.21 | 0.61 | 0.76 |
| Hex | 9B | E7 | C0 | 21 | 0 | 11 | 9 | 95 | 3D | 4C |
| Octal | 233 | 347 | 300 | 41 | 0 | 21 | 11 | 225 | 75 | 114 |
| Binary | 10011011 | 11100111 | 11000000 | 100001 | 0 | 10001 | 1001 | 10010101 | 111101 | 1001100 |
Color Harmonies of #9BE7C0
Complementary color
Monochromatic Colors of #9BE7C0
Black with #9BE7C0
Text Example
Text Example
White with #9BE7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BE7C0; }
p { color: rgb(155,231,192); }
H1.HeaderClassName
{
color: #9BE7C0;
}
.AnyTagClassName
{
color: #9BE7C0;
}
</style>
background-color css
<style>
a { background-color: #9BE7C0; }
a { background-color: rgb(155,231,192); }
div.DivClassName
{
background-color: #9BE7C0;
}
.BgClassName
{
background-color: #9BE7C0;
}
</style>
border-color css
<style>
span { border-color: #9BE7C0; }
span { border-color: rgb(155,231,192); }
td.TdClassName
{
border-color: #9BE7C0;
}
.TagClassName
{
border-color: #9BE7C0;
}
</style>