Shades of Vista Blue #96EFAF
Tints of Vista Blue #96EFAF
RGB
CMYK
RGB Variations
Color information
#96EFAF (or 0x96EFAF) is known color: Vista Blue. HEX triplet: 96, EF and AF. RGB value is (150,239,175). Sum of RGB (Red+Green+Blue) = 150+239+175=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFAF is #691050. Grayscale: #CDCDCD. Windows color (decimal): -6885457 or 11530134. OLE color: 11530134.
HSL color Cylindrical-coordinate representation of color #96EFAF: hue angle of 136.85º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFAF is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 239 | 175 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.06 |
| HSL | 136.85º | 0.74% | 0.76% | - |
| HSV(B) | 136.85º | 0.37% | 0.94% | - |
| XYZ | 51.18 | 71.31 | 51.62 | - |
| YUV | 205.09 | 111.01 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 175 | 0.37 | 0 | 0.27 | 0.06 | 136.85 | 0.74 | 0.76 |
| Hex | 96 | EF | AF | 25 | 0 | 1B | 6 | 89 | 4A | 4C |
| Octal | 226 | 357 | 257 | 45 | 0 | 33 | 6 | 211 | 112 | 114 |
| Binary | 10010110 | 11101111 | 10101111 | 100101 | 0 | 11011 | 110 | 10001001 | 1001010 | 1001100 |
Color Harmonies of #96EFAF
Complementary color
Monochromatic Colors of #96EFAF
Black with #96EFAF
Text Example
Text Example
White with #96EFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFAF; }
p { color: rgb(150,239,175); }
H1.HeaderClassName
{
color: #96EFAF;
}
.AnyTagClassName
{
color: #96EFAF;
}
</style>
background-color css
<style>
a { background-color: #96EFAF; }
a { background-color: rgb(150,239,175); }
div.DivClassName
{
background-color: #96EFAF;
}
.BgClassName
{
background-color: #96EFAF;
}
</style>
border-color css
<style>
span { border-color: #96EFAF; }
span { border-color: rgb(150,239,175); }
td.TdClassName
{
border-color: #96EFAF;
}
.TagClassName
{
border-color: #96EFAF;
}
</style>