Shades of Vista Blue #96CFBA
Tints of Vista Blue #96CFBA
RGB
CMYK
RGB Variations
Color information
#96CFBA (or 0x96CFBA) is known color: Vista Blue. HEX triplet: 96, CF and BA. RGB value is (150,207,186). Sum of RGB (Red+Green+Blue) = 150+207+186=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 207 (81.25% from 255 or 38.12% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFBA is #693045. Grayscale: #BBBBBB. Windows color (decimal): -6893638 or 12242838. OLE color: 12242838.
HSL color Cylindrical-coordinate representation of color #96CFBA: hue angle of 157.89º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFBA is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 186 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.19 |
| HSL | 157.89º | 0.37% | 0.7% | - |
| HSV(B) | 157.89º | 0.28% | 0.81% | - |
| XYZ | 43.75 | 54.65 | 54.7 | - |
| YUV | 187.56 | 127.12 | 101.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 186 | 0.28 | 0 | 0.10 | 0.19 | 157.89 | 0.37 | 0.7 |
| Hex | 96 | CF | BA | 1C | 0 | A | 13 | 9E | 25 | 46 |
| Octal | 226 | 317 | 272 | 34 | 0 | 12 | 23 | 236 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10111010 | 11100 | 0 | 1010 | 10011 | 10011110 | 100101 | 1000110 |
Color Harmonies of #96CFBA
Complementary color
Monochromatic Colors of #96CFBA
Black with #96CFBA
Text Example
Text Example
White with #96CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFBA; }
p { color: rgb(150,207,186); }
H1.HeaderClassName
{
color: #96CFBA;
}
.AnyTagClassName
{
color: #96CFBA;
}
</style>
background-color css
<style>
a { background-color: #96CFBA; }
a { background-color: rgb(150,207,186); }
div.DivClassName
{
background-color: #96CFBA;
}
.BgClassName
{
background-color: #96CFBA;
}
</style>
border-color css
<style>
span { border-color: #96CFBA; }
span { border-color: rgb(150,207,186); }
td.TdClassName
{
border-color: #96CFBA;
}
.TagClassName
{
border-color: #96CFBA;
}
</style>