Shades of Vista Blue #9BEABB
Tints of Vista Blue #9BEABB
RGB
CMYK
RGB Variations
Color information
#9BEABB (or 0x9BEABB) is known color: Vista Blue. HEX triplet: 9B, EA and BB. RGB value is (155,234,187). Sum of RGB (Red+Green+Blue) = 155+234+187=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEABB is #641544. Grayscale: #CDCDCD. Windows color (decimal): -6559045 or 12315291. OLE color: 12315291.
HSL color Cylindrical-coordinate representation of color #9BEABB: hue angle of 144.3º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BEABB is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 187 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.08 |
| HSL | 144.3º | 0.65% | 0.76% | - |
| HSV(B) | 144.3º | 0.34% | 0.92% | - |
| XYZ | 51.91 | 69.4 | 57.67 | - |
| YUV | 205.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 187 | 0.34 | 0 | 0.20 | 0.08 | 144.3 | 0.65 | 0.76 |
| Hex | 9B | EA | BB | 22 | 0 | 14 | 8 | 90 | 41 | 4C |
| Octal | 233 | 352 | 273 | 42 | 0 | 24 | 10 | 220 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10111011 | 100010 | 0 | 10100 | 1000 | 10010000 | 1000001 | 1001100 |
Color Harmonies of #9BEABB
Complementary color
Monochromatic Colors of #9BEABB
Black with #9BEABB
Text Example
Text Example
White with #9BEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEABB; }
p { color: rgb(155,234,187); }
H1.HeaderClassName
{
color: #9BEABB;
}
.AnyTagClassName
{
color: #9BEABB;
}
</style>
background-color css
<style>
a { background-color: #9BEABB; }
a { background-color: rgb(155,234,187); }
div.DivClassName
{
background-color: #9BEABB;
}
.BgClassName
{
background-color: #9BEABB;
}
</style>
border-color css
<style>
span { border-color: #9BEABB; }
span { border-color: rgb(155,234,187); }
td.TdClassName
{
border-color: #9BEABB;
}
.TagClassName
{
border-color: #9BEABB;
}
</style>