Shades of Vista Blue #96D4AB
Tints of Vista Blue #96D4AB
RGB
CMYK
RGB Variations
Color information
#96D4AB (or 0x96D4AB) is known color: Vista Blue. HEX triplet: 96, D4 and AB. RGB value is (150,212,171). Sum of RGB (Red+Green+Blue) = 150+212+171=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #96D4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D4AB is #692B54. Grayscale: #BCBCBC. Windows color (decimal): -6892373 or 11261078. OLE color: 11261078.
HSL color Cylindrical-coordinate representation of color #96D4AB: hue angle of 140.32º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D4AB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 171 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.17 |
| HSL | 140.32º | 0.42% | 0.71% | - |
| HSV(B) | 140.32º | 0.29% | 0.83% | - |
| XYZ | 43.47 | 56.51 | 47.14 | - |
| YUV | 188.79 | 117.96 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 171 | 0.29 | 0 | 0.19 | 0.17 | 140.32 | 0.42 | 0.71 |
| Hex | 96 | D4 | AB | 1D | 0 | 13 | 11 | 8C | 2A | 47 |
| Octal | 226 | 324 | 253 | 35 | 0 | 23 | 21 | 214 | 52 | 107 |
| Binary | 10010110 | 11010100 | 10101011 | 11101 | 0 | 10011 | 10001 | 10001100 | 101010 | 1000111 |
Color Harmonies of #96D4AB
Complementary color
Monochromatic Colors of #96D4AB
Black with #96D4AB
Text Example
Text Example
White with #96D4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D4AB; }
p { color: rgb(150,212,171); }
H1.HeaderClassName
{
color: #96D4AB;
}
.AnyTagClassName
{
color: #96D4AB;
}
</style>
background-color css
<style>
a { background-color: #96D4AB; }
a { background-color: rgb(150,212,171); }
div.DivClassName
{
background-color: #96D4AB;
}
.BgClassName
{
background-color: #96D4AB;
}
</style>
border-color css
<style>
span { border-color: #96D4AB; }
span { border-color: rgb(150,212,171); }
td.TdClassName
{
border-color: #96D4AB;
}
.TagClassName
{
border-color: #96D4AB;
}
</style>