Shades of Vista Blue #97D2BC
Tints of Vista Blue #97D2BC
RGB
CMYK
RGB Variations
Color information
#97D2BC (or 0x97D2BC) is known color: Vista Blue. HEX triplet: 97, D2 and BC. RGB value is (151,210,188). Sum of RGB (Red+Green+Blue) = 151+210+188=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #97D2BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D2BC is #682D43. Grayscale: #BDBDBD. Windows color (decimal): -6827332 or 12374679. OLE color: 12374679.
HSL color Cylindrical-coordinate representation of color #97D2BC: hue angle of 157.63º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97D2BC is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 188 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.18 |
| HSL | 157.63º | 0.4% | 0.71% | - |
| HSV(B) | 157.63º | 0.28% | 0.82% | - |
| XYZ | 44.89 | 56.3 | 56.08 | - |
| YUV | 189.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 188 | 0.28 | 0 | 0.10 | 0.18 | 157.63 | 0.4 | 0.71 |
| Hex | 97 | D2 | BC | 1C | 0 | A | 12 | 9E | 28 | 47 |
| Octal | 227 | 322 | 274 | 34 | 0 | 12 | 22 | 236 | 50 | 107 |
| Binary | 10010111 | 11010010 | 10111100 | 11100 | 0 | 1010 | 10010 | 10011110 | 101000 | 1000111 |
Color Harmonies of #97D2BC
Complementary color
Monochromatic Colors of #97D2BC
Black with #97D2BC
Text Example
Text Example
White with #97D2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D2BC; }
p { color: rgb(151,210,188); }
H1.HeaderClassName
{
color: #97D2BC;
}
.AnyTagClassName
{
color: #97D2BC;
}
</style>
background-color css
<style>
a { background-color: #97D2BC; }
a { background-color: rgb(151,210,188); }
div.DivClassName
{
background-color: #97D2BC;
}
.BgClassName
{
background-color: #97D2BC;
}
</style>
border-color css
<style>
span { border-color: #97D2BC; }
span { border-color: rgb(151,210,188); }
td.TdClassName
{
border-color: #97D2BC;
}
.TagClassName
{
border-color: #97D2BC;
}
</style>