Shades of Vista Blue #96D2BA
Tints of Vista Blue #96D2BA
RGB
CMYK
RGB Variations
Color information
#96D2BA (or 0x96D2BA) is known color: Vista Blue. HEX triplet: 96, D2 and BA. RGB value is (150,210,186). Sum of RGB (Red+Green+Blue) = 150+210+186=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #96D2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96D2BA is #692D45. Grayscale: #BDBDBD. Windows color (decimal): -6892870 or 12243606. OLE color: 12243606.
HSL color Cylindrical-coordinate representation of color #96D2BA: hue angle of 156º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96D2BA is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 186 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.18 |
| HSL | 156º | 0.4% | 0.71% | - |
| HSV(B) | 156º | 0.29% | 0.82% | - |
| XYZ | 44.49 | 56.12 | 54.94 | - |
| YUV | 189.32 | 126.12 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 186 | 0.29 | 0 | 0.11 | 0.18 | 156 | 0.4 | 0.71 |
| Hex | 96 | D2 | BA | 1D | 0 | B | 12 | 9C | 28 | 47 |
| Octal | 226 | 322 | 272 | 35 | 0 | 13 | 22 | 234 | 50 | 107 |
| Binary | 10010110 | 11010010 | 10111010 | 11101 | 0 | 1011 | 10010 | 10011100 | 101000 | 1000111 |
Color Harmonies of #96D2BA
Complementary color
Monochromatic Colors of #96D2BA
Black with #96D2BA
Text Example
Text Example
White with #96D2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D2BA; }
p { color: rgb(150,210,186); }
H1.HeaderClassName
{
color: #96D2BA;
}
.AnyTagClassName
{
color: #96D2BA;
}
</style>
background-color css
<style>
a { background-color: #96D2BA; }
a { background-color: rgb(150,210,186); }
div.DivClassName
{
background-color: #96D2BA;
}
.BgClassName
{
background-color: #96D2BA;
}
</style>
border-color css
<style>
span { border-color: #96D2BA; }
span { border-color: rgb(150,210,186); }
td.TdClassName
{
border-color: #96D2BA;
}
.TagClassName
{
border-color: #96D2BA;
}
</style>