Shades of Vista Blue #96D9BC
Tints of Vista Blue #96D9BC
RGB
CMYK
RGB Variations
Color information
#96D9BC (or 0x96D9BC) is known color: Vista Blue. HEX triplet: 96, D9 and BC. RGB value is (150,217,188). Sum of RGB (Red+Green+Blue) = 150+217+188=555 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.03% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #96D9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D9BC is #692643. Grayscale: #C1C1C1. Windows color (decimal): -6891076 or 12376470. OLE color: 12376470.
HSL color Cylindrical-coordinate representation of color #96D9BC: hue angle of 154.03º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D9BC is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 217 | 188 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.15 |
| HSL | 154.03º | 0.47% | 0.72% | - |
| HSV(B) | 154.03º | 0.31% | 0.85% | - |
| XYZ | 46.47 | 59.74 | 56.66 | - |
| YUV | 193.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 217 | 188 | 0.31 | 0 | 0.13 | 0.15 | 154.03 | 0.47 | 0.72 |
| Hex | 96 | D9 | BC | 1F | 0 | D | F | 9A | 2F | 48 |
| Octal | 226 | 331 | 274 | 37 | 0 | 15 | 17 | 232 | 57 | 110 |
| Binary | 10010110 | 11011001 | 10111100 | 11111 | 0 | 1101 | 1111 | 10011010 | 101111 | 1001000 |
Color Harmonies of #96D9BC
Complementary color
Monochromatic Colors of #96D9BC
Black with #96D9BC
Text Example
Text Example
White with #96D9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D9BC; }
p { color: rgb(150,217,188); }
H1.HeaderClassName
{
color: #96D9BC;
}
.AnyTagClassName
{
color: #96D9BC;
}
</style>
background-color css
<style>
a { background-color: #96D9BC; }
a { background-color: rgb(150,217,188); }
div.DivClassName
{
background-color: #96D9BC;
}
.BgClassName
{
background-color: #96D9BC;
}
</style>
border-color css
<style>
span { border-color: #96D9BC; }
span { border-color: rgb(150,217,188); }
td.TdClassName
{
border-color: #96D9BC;
}
.TagClassName
{
border-color: #96D9BC;
}
</style>