Shades of Vista Blue #96F0AF
Tints of Vista Blue #96F0AF
RGB
CMYK
RGB Variations
Color information
#96F0AF (or 0x96F0AF) is known color: Vista Blue. HEX triplet: 96, F0 and AF. RGB value is (150,240,175). Sum of RGB (Red+Green+Blue) = 150+240+175=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F0AF is #690F50. Grayscale: #CDCDCD. Windows color (decimal): -6885201 or 11530390. OLE color: 11530390.
HSL color Cylindrical-coordinate representation of color #96F0AF: hue angle of 136.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F0AF is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 150 | 240 | 175 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.06 |
| HSL | 136.67º | 0.75% | 0.76% | - |
| HSV(B) | 136.67º | 0.38% | 0.94% | - |
| XYZ | 51.48 | 71.9 | 51.72 | - |
| YUV | 205.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 240 | 175 | 0.37 | 0 | 0.27 | 0.06 | 136.67 | 0.75 | 0.76 |
| Hex | 96 | F0 | AF | 25 | 0 | 1B | 6 | 89 | 4B | 4C |
| Octal | 226 | 360 | 257 | 45 | 0 | 33 | 6 | 211 | 113 | 114 |
| Binary | 10010110 | 11110000 | 10101111 | 100101 | 0 | 11011 | 110 | 10001001 | 1001011 | 1001100 |
Color Harmonies of #96F0AF
Complementary color
Monochromatic Colors of #96F0AF
Black with #96F0AF
Text Example
Text Example
White with #96F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F0AF; }
p { color: rgb(150,240,175); }
H1.HeaderClassName
{
color: #96F0AF;
}
.AnyTagClassName
{
color: #96F0AF;
}
</style>
background-color css
<style>
a { background-color: #96F0AF; }
a { background-color: rgb(150,240,175); }
div.DivClassName
{
background-color: #96F0AF;
}
.BgClassName
{
background-color: #96F0AF;
}
</style>
border-color css
<style>
span { border-color: #96F0AF; }
span { border-color: rgb(150,240,175); }
td.TdClassName
{
border-color: #96F0AF;
}
.TagClassName
{
border-color: #96F0AF;
}
</style>