Shades of Vista Blue #97E0BA
Tints of Vista Blue #97E0BA
RGB
CMYK
RGB Variations
Color information
#97E0BA (or 0x97E0BA) is known color: Vista Blue. HEX triplet: 97, E0 and BA. RGB value is (151,224,186). Sum of RGB (Red+Green+Blue) = 151+224+186=561 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.92% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #97E0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #97E0BA is #681F45. Grayscale: #C5C5C5. Windows color (decimal): -6823750 or 12247191. OLE color: 12247191.
HSL color Cylindrical-coordinate representation of color #97E0BA: hue angle of 148.77º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E0BA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 224 | 186 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.12 |
| HSL | 148.77º | 0.54% | 0.74% | - |
| HSV(B) | 148.77º | 0.33% | 0.88% | - |
| XYZ | 48.28 | 63.44 | 56.15 | - |
| YUV | 197.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 224 | 186 | 0.33 | 0 | 0.17 | 0.12 | 148.77 | 0.54 | 0.74 |
| Hex | 97 | E0 | BA | 21 | 0 | 11 | C | 95 | 36 | 4A |
| Octal | 227 | 340 | 272 | 41 | 0 | 21 | 14 | 225 | 66 | 112 |
| Binary | 10010111 | 11100000 | 10111010 | 100001 | 0 | 10001 | 1100 | 10010101 | 110110 | 1001010 |
Color Harmonies of #97E0BA
Complementary color
Monochromatic Colors of #97E0BA
Black with #97E0BA
Text Example
Text Example
White with #97E0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E0BA; }
p { color: rgb(151,224,186); }
H1.HeaderClassName
{
color: #97E0BA;
}
.AnyTagClassName
{
color: #97E0BA;
}
</style>
background-color css
<style>
a { background-color: #97E0BA; }
a { background-color: rgb(151,224,186); }
div.DivClassName
{
background-color: #97E0BA;
}
.BgClassName
{
background-color: #97E0BA;
}
</style>
border-color css
<style>
span { border-color: #97E0BA; }
span { border-color: rgb(151,224,186); }
td.TdClassName
{
border-color: #97E0BA;
}
.TagClassName
{
border-color: #97E0BA;
}
</style>