Shades of Vista Blue #96DFBC
Tints of Vista Blue #96DFBC
RGB
CMYK
RGB Variations
Color information
#96DFBC (or 0x96DFBC) is known color: Vista Blue. HEX triplet: 96, DF and BC. RGB value is (150,223,188). Sum of RGB (Red+Green+Blue) = 150+223+188=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #96DFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DFBC is #692043. Grayscale: #C5C5C5. Windows color (decimal): -6889540 or 12378006. OLE color: 12378006.
HSL color Cylindrical-coordinate representation of color #96DFBC: hue angle of 151.23º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DFBC is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 188 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.13 |
| HSL | 151.23º | 0.53% | 0.73% | - |
| HSV(B) | 151.23º | 0.33% | 0.87% | - |
| XYZ | 48.04 | 62.89 | 57.18 | - |
| YUV | 197.18 | 122.82 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 188 | 0.33 | 0 | 0.16 | 0.13 | 151.23 | 0.53 | 0.73 |
| Hex | 96 | DF | BC | 21 | 0 | 10 | D | 97 | 35 | 49 |
| Octal | 226 | 337 | 274 | 41 | 0 | 20 | 15 | 227 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10111100 | 100001 | 0 | 10000 | 1101 | 10010111 | 110101 | 1001001 |
Color Harmonies of #96DFBC
Complementary color
Monochromatic Colors of #96DFBC
Black with #96DFBC
Text Example
Text Example
White with #96DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DFBC; }
p { color: rgb(150,223,188); }
H1.HeaderClassName
{
color: #96DFBC;
}
.AnyTagClassName
{
color: #96DFBC;
}
</style>
background-color css
<style>
a { background-color: #96DFBC; }
a { background-color: rgb(150,223,188); }
div.DivClassName
{
background-color: #96DFBC;
}
.BgClassName
{
background-color: #96DFBC;
}
</style>
border-color css
<style>
span { border-color: #96DFBC; }
span { border-color: rgb(150,223,188); }
td.TdClassName
{
border-color: #96DFBC;
}
.TagClassName
{
border-color: #96DFBC;
}
</style>