Shades of Vista Blue #96CFAB
Tints of Vista Blue #96CFAB
RGB
CMYK
RGB Variations
Color information
#96CFAB (or 0x96CFAB) is known color: Vista Blue. HEX triplet: 96, CF and AB. RGB value is (150,207,171). Sum of RGB (Red+Green+Blue) = 150+207+171=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CFAB is #693054. Grayscale: #B9B9B9. Windows color (decimal): -6893653 or 11259798. OLE color: 11259798.
HSL color Cylindrical-coordinate representation of color #96CFAB: hue angle of 142.11º 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 #96CFAB is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 171 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.19 |
| HSL | 142.11º | 0.37% | 0.7% | - |
| HSV(B) | 142.11º | 0.28% | 0.81% | - |
| XYZ | 42.24 | 54.05 | 46.73 | - |
| YUV | 185.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 171 | 0.28 | 0 | 0.17 | 0.19 | 142.11 | 0.37 | 0.7 |
| Hex | 96 | CF | AB | 1C | 0 | 11 | 13 | 8E | 25 | 46 |
| Octal | 226 | 317 | 253 | 34 | 0 | 21 | 23 | 216 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10101011 | 11100 | 0 | 10001 | 10011 | 10001110 | 100101 | 1000110 |
Color Harmonies of #96CFAB
Complementary color
Monochromatic Colors of #96CFAB
Black with #96CFAB
Text Example
Text Example
White with #96CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFAB; }
p { color: rgb(150,207,171); }
H1.HeaderClassName
{
color: #96CFAB;
}
.AnyTagClassName
{
color: #96CFAB;
}
</style>
background-color css
<style>
a { background-color: #96CFAB; }
a { background-color: rgb(150,207,171); }
div.DivClassName
{
background-color: #96CFAB;
}
.BgClassName
{
background-color: #96CFAB;
}
</style>
border-color css
<style>
span { border-color: #96CFAB; }
span { border-color: rgb(150,207,171); }
td.TdClassName
{
border-color: #96CFAB;
}
.TagClassName
{
border-color: #96CFAB;
}
</style>