Shades of Vista Blue #97D8B1
Tints of Vista Blue #97D8B1
RGB
CMYK
RGB Variations
Color information
#97D8B1 (or 0x97D8B1) is known color: Vista Blue. HEX triplet: 97, D8 and B1. RGB value is (151,216,177). Sum of RGB (Red+Green+Blue) = 151+216+177=544 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.76% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #97D8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D8B1 is #68274E. Grayscale: #C0C0C0. Windows color (decimal): -6825807 or 11655319. OLE color: 11655319.
HSL color Cylindrical-coordinate representation of color #97D8B1: hue angle of 144º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D8B1 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 216 | 177 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.15 |
| HSL | 144º | 0.45% | 0.72% | - |
| HSV(B) | 144º | 0.3% | 0.85% | - |
| XYZ | 45.25 | 58.87 | 50.57 | - |
| YUV | 192.12 | 119.47 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 216 | 177 | 0.30 | 0 | 0.18 | 0.15 | 144 | 0.45 | 0.72 |
| Hex | 97 | D8 | B1 | 1E | 0 | 12 | F | 90 | 2D | 48 |
| Octal | 227 | 330 | 261 | 36 | 0 | 22 | 17 | 220 | 55 | 110 |
| Binary | 10010111 | 11011000 | 10110001 | 11110 | 0 | 10010 | 1111 | 10010000 | 101101 | 1001000 |
Color Harmonies of #97D8B1
Complementary color
Monochromatic Colors of #97D8B1
Black with #97D8B1
Text Example
Text Example
White with #97D8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D8B1; }
p { color: rgb(151,216,177); }
H1.HeaderClassName
{
color: #97D8B1;
}
.AnyTagClassName
{
color: #97D8B1;
}
</style>
background-color css
<style>
a { background-color: #97D8B1; }
a { background-color: rgb(151,216,177); }
div.DivClassName
{
background-color: #97D8B1;
}
.BgClassName
{
background-color: #97D8B1;
}
</style>
border-color css
<style>
span { border-color: #97D8B1; }
span { border-color: rgb(151,216,177); }
td.TdClassName
{
border-color: #97D8B1;
}
.TagClassName
{
border-color: #97D8B1;
}
</style>