Shades of Vista Blue #97D6BD
Tints of Vista Blue #97D6BD
RGB
CMYK
RGB Variations
Color information
#97D6BD (or 0x97D6BD) is known color: Vista Blue. HEX triplet: 97, D6 and BD. RGB value is (151,214,189). Sum of RGB (Red+Green+Blue) = 151+214+189=554 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.26% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 214 - color contains mainly: green. Hex color #97D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D6BD is #682942. Grayscale: #C0C0C0. Windows color (decimal): -6826307 or 12441239. OLE color: 12441239.
HSL color Cylindrical-coordinate representation of color #97D6BD: hue angle of 156.19º 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 #97D6BD is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 214 | 189 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.16 |
| HSL | 156.19º | 0.43% | 0.72% | - |
| HSV(B) | 156.19º | 0.29% | 0.84% | - |
| XYZ | 45.99 | 58.35 | 56.98 | - |
| YUV | 192.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 214 | 189 | 0.29 | 0 | 0.12 | 0.16 | 156.19 | 0.43 | 0.72 |
| Hex | 97 | D6 | BD | 1D | 0 | C | 10 | 9C | 2B | 48 |
| Octal | 227 | 326 | 275 | 35 | 0 | 14 | 20 | 234 | 53 | 110 |
| Binary | 10010111 | 11010110 | 10111101 | 11101 | 0 | 1100 | 10000 | 10011100 | 101011 | 1001000 |
Color Harmonies of #97D6BD
Complementary color
Monochromatic Colors of #97D6BD
Black with #97D6BD
Text Example
Text Example
White with #97D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D6BD; }
p { color: rgb(151,214,189); }
H1.HeaderClassName
{
color: #97D6BD;
}
.AnyTagClassName
{
color: #97D6BD;
}
</style>
background-color css
<style>
a { background-color: #97D6BD; }
a { background-color: rgb(151,214,189); }
div.DivClassName
{
background-color: #97D6BD;
}
.BgClassName
{
background-color: #97D6BD;
}
</style>
border-color css
<style>
span { border-color: #97D6BD; }
span { border-color: rgb(151,214,189); }
td.TdClassName
{
border-color: #97D6BD;
}
.TagClassName
{
border-color: #97D6BD;
}
</style>