Shades of Vista Blue #97D6BB
Tints of Vista Blue #97D6BB
RGB
CMYK
RGB Variations
Color information
#97D6BB (or 0x97D6BB) is known color: Vista Blue. HEX triplet: 97, D6 and BB. RGB value is (151,214,187). Sum of RGB (Red+Green+Blue) = 151+214+187=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D6BB is #682944. Grayscale: #C0C0C0. Windows color (decimal): -6826309 or 12310167. OLE color: 12310167.
HSL color Cylindrical-coordinate representation of color #97D6BB: hue angle of 154.29º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D6BB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 187 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.16 |
| HSL | 154.29º | 0.43% | 0.72% | - |
| HSV(B) | 154.29º | 0.29% | 0.84% | - |
| XYZ | 45.78 | 58.26 | 55.85 | - |
| YUV | 192.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 187 | 0.29 | 0 | 0.13 | 0.16 | 154.29 | 0.43 | 0.72 |
| Hex | 97 | D6 | BB | 1D | 0 | D | 10 | 9A | 2B | 48 |
| Octal | 227 | 326 | 273 | 35 | 0 | 15 | 20 | 232 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10111011 | 11101 | 0 | 1101 | 10000 | 10011010 | 101011 | 1001000 |
Color Harmonies of #97D6BB
Complementary color
Monochromatic Colors of #97D6BB
Black with #97D6BB
Text Example
Text Example
White with #97D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6BB; }
p { color: rgb(151,214,187); }
H1.HeaderClassName
{
color: #97D6BB;
}
.AnyTagClassName
{
color: #97D6BB;
}
</style>
background-color css
<style>
a { background-color: #97D6BB; }
a { background-color: rgb(151,214,187); }
div.DivClassName
{
background-color: #97D6BB;
}
.BgClassName
{
background-color: #97D6BB;
}
</style>
border-color css
<style>
span { border-color: #97D6BB; }
span { border-color: rgb(151,214,187); }
td.TdClassName
{
border-color: #97D6BB;
}
.TagClassName
{
border-color: #97D6BB;
}
</style>