Shades of Vista Blue #96F8B7
Tints of Vista Blue #96F8B7
RGB
CMYK
RGB Variations
Color information
#96F8B7 (or 0x96F8B7) is known color: Vista Blue. HEX triplet: 96, F8 and B7. RGB value is (150,248,183). Sum of RGB (Red+Green+Blue) = 150+248+183=581 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.82% from 581); Green value is 248 (97.27% from 255 or 42.69% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 248 - color contains mainly: green. Hex color #96F8B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F8B7 is #690748. Grayscale: #D3D3D3. Windows color (decimal): -6883145 or 12056726. OLE color: 12056726.
HSL color Cylindrical-coordinate representation of color #96F8B7: hue angle of 140.2º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F8B7 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 248 | 183 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.03 |
| HSL | 140.2º | 0.88% | 0.78% | - |
| HSV(B) | 140.2º | 0.4% | 0.97% | - |
| XYZ | 54.69 | 77.04 | 56.79 | - |
| YUV | 211.29 | 112.03 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 248 | 183 | 0.40 | 0 | 0.26 | 0.03 | 140.2 | 0.88 | 0.78 |
| Hex | 96 | F8 | B7 | 28 | 0 | 1A | 3 | 8C | 58 | 4E |
| Octal | 226 | 370 | 267 | 50 | 0 | 32 | 3 | 214 | 130 | 116 |
| Binary | 10010110 | 11111000 | 10110111 | 101000 | 0 | 11010 | 11 | 10001100 | 1011000 | 1001110 |
Color Harmonies of #96F8B7
Complementary color
Monochromatic Colors of #96F8B7
Black with #96F8B7
Text Example
Text Example
White with #96F8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F8B7; }
p { color: rgb(150,248,183); }
H1.HeaderClassName
{
color: #96F8B7;
}
.AnyTagClassName
{
color: #96F8B7;
}
</style>
background-color css
<style>
a { background-color: #96F8B7; }
a { background-color: rgb(150,248,183); }
div.DivClassName
{
background-color: #96F8B7;
}
.BgClassName
{
background-color: #96F8B7;
}
</style>
border-color css
<style>
span { border-color: #96F8B7; }
span { border-color: rgb(150,248,183); }
td.TdClassName
{
border-color: #96F8B7;
}
.TagClassName
{
border-color: #96F8B7;
}
</style>