Shades of Vista Blue #9BEAB6
Tints of Vista Blue #9BEAB6
RGB
CMYK
RGB Variations
Color information
#9BEAB6 (or 0x9BEAB6) is known color: Vista Blue. HEX triplet: 9B, EA and B6. RGB value is (155,234,182). Sum of RGB (Red+Green+Blue) = 155+234+182=571 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.15% from 571); Green value is 234 (91.80% from 255 or 40.98% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 234 - color contains mainly: green. Hex color #9BEAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEAB6 is #641549. Grayscale: #CCCCCC. Windows color (decimal): -6559050 or 11987611. OLE color: 11987611.
HSL color Cylindrical-coordinate representation of color #9BEAB6: hue angle of 140.51º 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 #9BEAB6 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 234 | 182 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.08 |
| HSL | 140.51º | 0.65% | 0.76% | - |
| HSV(B) | 140.51º | 0.34% | 0.92% | - |
| XYZ | 51.38 | 69.19 | 54.9 | - |
| YUV | 204.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 234 | 182 | 0.34 | 0 | 0.22 | 0.08 | 140.51 | 0.65 | 0.76 |
| Hex | 9B | EA | B6 | 22 | 0 | 16 | 8 | 8D | 41 | 4C |
| Octal | 233 | 352 | 266 | 42 | 0 | 26 | 10 | 215 | 101 | 114 |
| Binary | 10011011 | 11101010 | 10110110 | 100010 | 0 | 10110 | 1000 | 10001101 | 1000001 | 1001100 |
Color Harmonies of #9BEAB6
Complementary color
Monochromatic Colors of #9BEAB6
Black with #9BEAB6
Text Example
Text Example
White with #9BEAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEAB6; }
p { color: rgb(155,234,182); }
H1.HeaderClassName
{
color: #9BEAB6;
}
.AnyTagClassName
{
color: #9BEAB6;
}
</style>
background-color css
<style>
a { background-color: #9BEAB6; }
a { background-color: rgb(155,234,182); }
div.DivClassName
{
background-color: #9BEAB6;
}
.BgClassName
{
background-color: #9BEAB6;
}
</style>
border-color css
<style>
span { border-color: #9BEAB6; }
span { border-color: rgb(155,234,182); }
td.TdClassName
{
border-color: #9BEAB6;
}
.TagClassName
{
border-color: #9BEAB6;
}
</style>