Shades of Vista Blue #99F0B6
Tints of Vista Blue #99F0B6
RGB
CMYK
RGB Variations
Color information
#99F0B6 (or 0x99F0B6) is known color: Vista Blue. HEX triplet: 99, F0 and B6. RGB value is (153,240,182). Sum of RGB (Red+Green+Blue) = 153+240+182=575 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.61% from 575); Green value is 240 (94.14% from 255 or 41.74% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 240 - color contains mainly: green. Hex color #99F0B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99F0B6 is #660F49. Grayscale: #CFCFCF. Windows color (decimal): -6688586 or 11989145. OLE color: 11989145.
HSL color Cylindrical-coordinate representation of color #99F0B6: hue angle of 140º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99F0B6 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 153 | 240 | 182 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.06 |
| HSL | 140º | 0.74% | 0.77% | - |
| HSV(B) | 140º | 0.36% | 0.94% | - |
| XYZ | 52.74 | 72.47 | 55.46 | - |
| YUV | 207.38 | 113.68 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 240 | 182 | 0.36 | 0 | 0.24 | 0.06 | 140 | 0.74 | 0.77 |
| Hex | 99 | F0 | B6 | 24 | 0 | 18 | 6 | 8C | 4A | 4D |
| Octal | 231 | 360 | 266 | 44 | 0 | 30 | 6 | 214 | 112 | 115 |
| Binary | 10011001 | 11110000 | 10110110 | 100100 | 0 | 11000 | 110 | 10001100 | 1001010 | 1001101 |
Color Harmonies of #99F0B6
Complementary color
Monochromatic Colors of #99F0B6
Black with #99F0B6
Text Example
Text Example
White with #99F0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F0B6; }
p { color: rgb(153,240,182); }
H1.HeaderClassName
{
color: #99F0B6;
}
.AnyTagClassName
{
color: #99F0B6;
}
</style>
background-color css
<style>
a { background-color: #99F0B6; }
a { background-color: rgb(153,240,182); }
div.DivClassName
{
background-color: #99F0B6;
}
.BgClassName
{
background-color: #99F0B6;
}
</style>
border-color css
<style>
span { border-color: #99F0B6; }
span { border-color: rgb(153,240,182); }
td.TdClassName
{
border-color: #99F0B6;
}
.TagClassName
{
border-color: #99F0B6;
}
</style>