Shades of Vista Blue #96DCBF
Tints of Vista Blue #96DCBF
RGB
CMYK
RGB Variations
Color information
#96DCBF (or 0x96DCBF) is known color: Vista Blue. HEX triplet: 96, DC and BF. RGB value is (150,220,191). Sum of RGB (Red+Green+Blue) = 150+220+191=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCBF is #692340. Grayscale: #C3C3C3. Windows color (decimal): -6890305 or 12573846. OLE color: 12573846.
HSL color Cylindrical-coordinate representation of color #96DCBF: hue angle of 155.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DCBF is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 191 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.14 |
| HSL | 155.14º | 0.5% | 0.73% | - |
| HSV(B) | 155.14º | 0.32% | 0.86% | - |
| XYZ | 47.57 | 61.43 | 58.64 | - |
| YUV | 195.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 191 | 0.32 | 0 | 0.13 | 0.14 | 155.14 | 0.5 | 0.73 |
| Hex | 96 | DC | BF | 20 | 0 | D | E | 9B | 32 | 49 |
| Octal | 226 | 334 | 277 | 40 | 0 | 15 | 16 | 233 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10111111 | 100000 | 0 | 1101 | 1110 | 10011011 | 110010 | 1001001 |
Color Harmonies of #96DCBF
Complementary color
Monochromatic Colors of #96DCBF
Black with #96DCBF
Text Example
Text Example
White with #96DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCBF; }
p { color: rgb(150,220,191); }
H1.HeaderClassName
{
color: #96DCBF;
}
.AnyTagClassName
{
color: #96DCBF;
}
</style>
background-color css
<style>
a { background-color: #96DCBF; }
a { background-color: rgb(150,220,191); }
div.DivClassName
{
background-color: #96DCBF;
}
.BgClassName
{
background-color: #96DCBF;
}
</style>
border-color css
<style>
span { border-color: #96DCBF; }
span { border-color: rgb(150,220,191); }
td.TdClassName
{
border-color: #96DCBF;
}
.TagClassName
{
border-color: #96DCBF;
}
</style>