Shades of Vista Blue #97D7B4
Tints of Vista Blue #97D7B4
RGB
CMYK
RGB Variations
Color information
#97D7B4 (or 0x97D7B4) is known color: Vista Blue. HEX triplet: 97, D7 and B4. RGB value is (151,215,180). Sum of RGB (Red+Green+Blue) = 151+215+180=546 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.66% from 546); Green value is 215 (84.38% from 255 or 39.38% from 546); Blue value is 180 (70.70% from 255 or 32.97% from 546); Max value from RGB is 215 - color contains mainly: green. Hex color #97D7B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D7B4 is #68284B. Grayscale: #BFBFBF. Windows color (decimal): -6826060 or 11851671. OLE color: 11851671.
HSL color Cylindrical-coordinate representation of color #97D7B4: hue angle of 147.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97D7B4 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 215 | 180 | - |
| CMYK | 0.30 | 0 | 0.16 | 0.16 |
| HSL | 147.19º | 0.44% | 0.72% | - |
| HSV(B) | 147.19º | 0.3% | 0.84% | - |
| XYZ | 45.3 | 58.48 | 52.08 | - |
| YUV | 191.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 215 | 180 | 0.30 | 0 | 0.16 | 0.16 | 147.19 | 0.44 | 0.72 |
| Hex | 97 | D7 | B4 | 1E | 0 | 10 | 10 | 93 | 2C | 48 |
| Octal | 227 | 327 | 264 | 36 | 0 | 20 | 20 | 223 | 54 | 110 |
| Binary | 10010111 | 11010111 | 10110100 | 11110 | 0 | 10000 | 10000 | 10010011 | 101100 | 1001000 |
Color Harmonies of #97D7B4
Complementary color
Monochromatic Colors of #97D7B4
Black with #97D7B4
Text Example
Text Example
White with #97D7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D7B4; }
p { color: rgb(151,215,180); }
H1.HeaderClassName
{
color: #97D7B4;
}
.AnyTagClassName
{
color: #97D7B4;
}
</style>
background-color css
<style>
a { background-color: #97D7B4; }
a { background-color: rgb(151,215,180); }
div.DivClassName
{
background-color: #97D7B4;
}
.BgClassName
{
background-color: #97D7B4;
}
</style>
border-color css
<style>
span { border-color: #97D7B4; }
span { border-color: rgb(151,215,180); }
td.TdClassName
{
border-color: #97D7B4;
}
.TagClassName
{
border-color: #97D7B4;
}
</style>