Shades of Vista Blue #96DCBD
Tints of Vista Blue #96DCBD
RGB
CMYK
RGB Variations
Color information
#96DCBD (or 0x96DCBD) is known color: Vista Blue. HEX triplet: 96, DC and BD. RGB value is (150,220,189). Sum of RGB (Red+Green+Blue) = 150+220+189=559 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.83% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 220 - color contains mainly: green. Hex color #96DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DCBD is #692342. Grayscale: #C3C3C3. Windows color (decimal): -6890307 or 12442774. OLE color: 12442774.
HSL color Cylindrical-coordinate representation of color #96DCBD: hue angle of 153.43º 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 #96DCBD is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 220 | 189 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.14 |
| HSL | 153.43º | 0.5% | 0.73% | - |
| HSV(B) | 153.43º | 0.32% | 0.86% | - |
| XYZ | 47.36 | 61.34 | 57.49 | - |
| YUV | 195.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 220 | 189 | 0.32 | 0 | 0.14 | 0.14 | 153.43 | 0.5 | 0.73 |
| Hex | 96 | DC | BD | 20 | 0 | E | E | 99 | 32 | 49 |
| Octal | 226 | 334 | 275 | 40 | 0 | 16 | 16 | 231 | 62 | 111 |
| Binary | 10010110 | 11011100 | 10111101 | 100000 | 0 | 1110 | 1110 | 10011001 | 110010 | 1001001 |
Color Harmonies of #96DCBD
Complementary color
Monochromatic Colors of #96DCBD
Black with #96DCBD
Text Example
Text Example
White with #96DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DCBD; }
p { color: rgb(150,220,189); }
H1.HeaderClassName
{
color: #96DCBD;
}
.AnyTagClassName
{
color: #96DCBD;
}
</style>
background-color css
<style>
a { background-color: #96DCBD; }
a { background-color: rgb(150,220,189); }
div.DivClassName
{
background-color: #96DCBD;
}
.BgClassName
{
background-color: #96DCBD;
}
</style>
border-color css
<style>
span { border-color: #96DCBD; }
span { border-color: rgb(150,220,189); }
td.TdClassName
{
border-color: #96DCBD;
}
.TagClassName
{
border-color: #96DCBD;
}
</style>