Shades of Vista Blue #99F2B7
Tints of Vista Blue #99F2B7
RGB
CMYK
RGB Variations
Color information
#99F2B7 (or 0x99F2B7) is known color: Vista Blue. HEX triplet: 99, F2 and B7. RGB value is (153,242,183). Sum of RGB (Red+Green+Blue) = 153+242+183=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 242 (94.92% from 255 or 41.87% from 578); Blue value is 183 (71.88% from 255 or 31.66% from 578); Max value from RGB is 242 - color contains mainly: green. Hex color #99F2B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F2B7 is #660D48. Grayscale: #D0D0D0. Windows color (decimal): -6688073 or 12055193. OLE color: 12055193.
HSL color Cylindrical-coordinate representation of color #99F2B7: hue angle of 140.22º degrees, saturation: 0.77, 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 #99F2B7 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 242 | 183 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.05 |
| HSL | 140.22º | 0.77% | 0.77% | - |
| HSV(B) | 140.22º | 0.37% | 0.95% | - |
| XYZ | 53.44 | 73.7 | 56.21 | - |
| YUV | 208.66 | 113.51 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 242 | 183 | 0.37 | 0 | 0.24 | 0.05 | 140.22 | 0.77 | 0.77 |
| Hex | 99 | F2 | B7 | 25 | 0 | 18 | 5 | 8C | 4D | 4D |
| Octal | 231 | 362 | 267 | 45 | 0 | 30 | 5 | 214 | 115 | 115 |
| Binary | 10011001 | 11110010 | 10110111 | 100101 | 0 | 11000 | 101 | 10001100 | 1001101 | 1001101 |
Color Harmonies of #99F2B7
Complementary color
Monochromatic Colors of #99F2B7
Black with #99F2B7
Text Example
Text Example
White with #99F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F2B7; }
p { color: rgb(153,242,183); }
H1.HeaderClassName
{
color: #99F2B7;
}
.AnyTagClassName
{
color: #99F2B7;
}
</style>
background-color css
<style>
a { background-color: #99F2B7; }
a { background-color: rgb(153,242,183); }
div.DivClassName
{
background-color: #99F2B7;
}
.BgClassName
{
background-color: #99F2B7;
}
</style>
border-color css
<style>
span { border-color: #99F2B7; }
span { border-color: rgb(153,242,183); }
td.TdClassName
{
border-color: #99F2B7;
}
.TagClassName
{
border-color: #99F2B7;
}
</style>