Shades of Vista Blue #97EFB0
Tints of Vista Blue #97EFB0
RGB
CMYK
RGB Variations
Color information
#97EFB0 (or 0x97EFB0) is known color: Vista Blue. HEX triplet: 97, EF and B0. RGB value is (151,239,176). Sum of RGB (Red+Green+Blue) = 151+239+176=566 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.68% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EFB0 is #68104F. Grayscale: #CDCDCD. Windows color (decimal): -6819920 or 11595671. OLE color: 11595671.
HSL color Cylindrical-coordinate representation of color #97EFB0: hue angle of 137.05º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97EFB0 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 239 | 176 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.06 |
| HSL | 137.05º | 0.73% | 0.76% | - |
| HSV(B) | 137.05º | 0.37% | 0.94% | - |
| XYZ | 51.47 | 71.45 | 52.15 | - |
| YUV | 205.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 239 | 176 | 0.37 | 0 | 0.26 | 0.06 | 137.05 | 0.73 | 0.76 |
| Hex | 97 | EF | B0 | 25 | 0 | 1A | 6 | 89 | 49 | 4C |
| Octal | 227 | 357 | 260 | 45 | 0 | 32 | 6 | 211 | 111 | 114 |
| Binary | 10010111 | 11101111 | 10110000 | 100101 | 0 | 11010 | 110 | 10001001 | 1001001 | 1001100 |
Color Harmonies of #97EFB0
Complementary color
Monochromatic Colors of #97EFB0
Black with #97EFB0
Text Example
Text Example
White with #97EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EFB0; }
p { color: rgb(151,239,176); }
H1.HeaderClassName
{
color: #97EFB0;
}
.AnyTagClassName
{
color: #97EFB0;
}
</style>
background-color css
<style>
a { background-color: #97EFB0; }
a { background-color: rgb(151,239,176); }
div.DivClassName
{
background-color: #97EFB0;
}
.BgClassName
{
background-color: #97EFB0;
}
</style>
border-color css
<style>
span { border-color: #97EFB0; }
span { border-color: rgb(151,239,176); }
td.TdClassName
{
border-color: #97EFB0;
}
.TagClassName
{
border-color: #97EFB0;
}
</style>