Shades of Vista Blue #97D2BD
Tints of Vista Blue #97D2BD
RGB
CMYK
RGB Variations
Color information
#97D2BD (or 0x97D2BD) is known color: Vista Blue. HEX triplet: 97, D2 and BD. RGB value is (151,210,189). Sum of RGB (Red+Green+Blue) = 151+210+189=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #97D2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D2BD is #682D42. Grayscale: #BDBDBD. Windows color (decimal): -6827331 or 12440215. OLE color: 12440215.
HSL color Cylindrical-coordinate representation of color #97D2BD: hue angle of 158.64º 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 #97D2BD is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 210 | 189 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.18 |
| HSL | 158.64º | 0.4% | 0.71% | - |
| HSV(B) | 158.64º | 0.28% | 0.82% | - |
| XYZ | 44.99 | 56.35 | 56.65 | - |
| YUV | 189.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 210 | 189 | 0.28 | 0 | 0.10 | 0.18 | 158.64 | 0.4 | 0.71 |
| Hex | 97 | D2 | BD | 1C | 0 | A | 12 | 9F | 28 | 47 |
| Octal | 227 | 322 | 275 | 34 | 0 | 12 | 22 | 237 | 50 | 107 |
| Binary | 10010111 | 11010010 | 10111101 | 11100 | 0 | 1010 | 10010 | 10011111 | 101000 | 1000111 |
Color Harmonies of #97D2BD
Complementary color
Monochromatic Colors of #97D2BD
Black with #97D2BD
Text Example
Text Example
White with #97D2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D2BD; }
p { color: rgb(151,210,189); }
H1.HeaderClassName
{
color: #97D2BD;
}
.AnyTagClassName
{
color: #97D2BD;
}
</style>
background-color css
<style>
a { background-color: #97D2BD; }
a { background-color: rgb(151,210,189); }
div.DivClassName
{
background-color: #97D2BD;
}
.BgClassName
{
background-color: #97D2BD;
}
</style>
border-color css
<style>
span { border-color: #97D2BD; }
span { border-color: rgb(151,210,189); }
td.TdClassName
{
border-color: #97D2BD;
}
.TagClassName
{
border-color: #97D2BD;
}
</style>