Shades of Vista Blue #99F1BB
Tints of Vista Blue #99F1BB
RGB
CMYK
RGB Variations
Color information
#99F1BB (or 0x99F1BB) is known color: Vista Blue. HEX triplet: 99, F1 and BB. RGB value is (153,241,187). Sum of RGB (Red+Green+Blue) = 153+241+187=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 241 (94.53% from 255 or 41.48% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 241 - color contains mainly: green. Hex color #99F1BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F1BB is #660E44. Grayscale: #D0D0D0. Windows color (decimal): -6688325 or 12317081. OLE color: 12317081.
HSL color Cylindrical-coordinate representation of color #99F1BB: hue angle of 143.18º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99F1BB is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 241 | 187 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.05 |
| HSL | 143.18º | 0.76% | 0.77% | - |
| HSV(B) | 143.18º | 0.37% | 0.95% | - |
| XYZ | 53.56 | 73.27 | 58.33 | - |
| YUV | 208.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 241 | 187 | 0.37 | 0 | 0.22 | 0.05 | 143.18 | 0.76 | 0.77 |
| Hex | 99 | F1 | BB | 25 | 0 | 16 | 5 | 8F | 4C | 4D |
| Octal | 231 | 361 | 273 | 45 | 0 | 26 | 5 | 217 | 114 | 115 |
| Binary | 10011001 | 11110001 | 10111011 | 100101 | 0 | 10110 | 101 | 10001111 | 1001100 | 1001101 |
Color Harmonies of #99F1BB
Complementary color
Monochromatic Colors of #99F1BB
Black with #99F1BB
Text Example
Text Example
White with #99F1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F1BB; }
p { color: rgb(153,241,187); }
H1.HeaderClassName
{
color: #99F1BB;
}
.AnyTagClassName
{
color: #99F1BB;
}
</style>
background-color css
<style>
a { background-color: #99F1BB; }
a { background-color: rgb(153,241,187); }
div.DivClassName
{
background-color: #99F1BB;
}
.BgClassName
{
background-color: #99F1BB;
}
</style>
border-color css
<style>
span { border-color: #99F1BB; }
span { border-color: rgb(153,241,187); }
td.TdClassName
{
border-color: #99F1BB;
}
.TagClassName
{
border-color: #99F1BB;
}
</style>