Shades of Vista Blue #9BF3BA
Tints of Vista Blue #9BF3BA
RGB
CMYK
RGB Variations
Color information
#9BF3BA (or 0x9BF3BA) is known color: Vista Blue. HEX triplet: 9B, F3 and BA. RGB value is (155,243,186). Sum of RGB (Red+Green+Blue) = 155+243+186=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF3BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF3BA is #640C45. Grayscale: #D2D2D2. Windows color (decimal): -6556742 or 12252059. OLE color: 12252059.
HSL color Cylindrical-coordinate representation of color #9BF3BA: hue angle of 141.14º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF3BA is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 186 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.05 |
| HSL | 141.14º | 0.79% | 0.78% | - |
| HSV(B) | 141.14º | 0.36% | 0.95% | - |
| XYZ | 54.43 | 74.61 | 57.99 | - |
| YUV | 210.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 186 | 0.36 | 0 | 0.23 | 0.05 | 141.14 | 0.79 | 0.78 |
| Hex | 9B | F3 | BA | 24 | 0 | 17 | 5 | 8D | 4F | 4E |
| Octal | 233 | 363 | 272 | 44 | 0 | 27 | 5 | 215 | 117 | 116 |
| Binary | 10011011 | 11110011 | 10111010 | 100100 | 0 | 10111 | 101 | 10001101 | 1001111 | 1001110 |
Color Harmonies of #9BF3BA
Complementary color
Monochromatic Colors of #9BF3BA
Black with #9BF3BA
Text Example
Text Example
White with #9BF3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF3BA; }
p { color: rgb(155,243,186); }
H1.HeaderClassName
{
color: #9BF3BA;
}
.AnyTagClassName
{
color: #9BF3BA;
}
</style>
background-color css
<style>
a { background-color: #9BF3BA; }
a { background-color: rgb(155,243,186); }
div.DivClassName
{
background-color: #9BF3BA;
}
.BgClassName
{
background-color: #9BF3BA;
}
</style>
border-color css
<style>
span { border-color: #9BF3BA; }
span { border-color: rgb(155,243,186); }
td.TdClassName
{
border-color: #9BF3BA;
}
.TagClassName
{
border-color: #9BF3BA;
}
</style>