Shades of Vista Blue #97D3BA
Tints of Vista Blue #97D3BA
RGB
CMYK
RGB Variations
Color information
#97D3BA (or 0x97D3BA) is known color: Vista Blue. HEX triplet: 97, D3 and BA. RGB value is (151,211,186). Sum of RGB (Red+Green+Blue) = 151+211+186=548 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.55% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 211 - color contains mainly: green. Hex color #97D3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97D3BA is #682C45. Grayscale: #BEBEBE. Windows color (decimal): -6827078 or 12243863. OLE color: 12243863.
HSL color Cylindrical-coordinate representation of color #97D3BA: hue angle of 155º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97D3BA is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 211 | 186 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.17 |
| HSL | 155º | 0.41% | 0.71% | - |
| HSV(B) | 155º | 0.28% | 0.83% | - |
| XYZ | 44.92 | 56.71 | 55.03 | - |
| YUV | 190.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 211 | 186 | 0.28 | 0 | 0.12 | 0.17 | 155 | 0.41 | 0.71 |
| Hex | 97 | D3 | BA | 1C | 0 | C | 11 | 9B | 29 | 47 |
| Octal | 227 | 323 | 272 | 34 | 0 | 14 | 21 | 233 | 51 | 107 |
| Binary | 10010111 | 11010011 | 10111010 | 11100 | 0 | 1100 | 10001 | 10011011 | 101001 | 1000111 |
Color Harmonies of #97D3BA
Complementary color
Monochromatic Colors of #97D3BA
Black with #97D3BA
Text Example
Text Example
White with #97D3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D3BA; }
p { color: rgb(151,211,186); }
H1.HeaderClassName
{
color: #97D3BA;
}
.AnyTagClassName
{
color: #97D3BA;
}
</style>
background-color css
<style>
a { background-color: #97D3BA; }
a { background-color: rgb(151,211,186); }
div.DivClassName
{
background-color: #97D3BA;
}
.BgClassName
{
background-color: #97D3BA;
}
</style>
border-color css
<style>
span { border-color: #97D3BA; }
span { border-color: rgb(151,211,186); }
td.TdClassName
{
border-color: #97D3BA;
}
.TagClassName
{
border-color: #97D3BA;
}
</style>