Shades of Vista Blue #97F0B2
Tints of Vista Blue #97F0B2
RGB
CMYK
RGB Variations
Color information
#97F0B2 (or 0x97F0B2) is known color: Vista Blue. HEX triplet: 97, F0 and B2. RGB value is (151,240,178). Sum of RGB (Red+Green+Blue) = 151+240+178=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #97F0B2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F0B2 is #680F4D. Grayscale: #CECECE. Windows color (decimal): -6819662 or 11726999. OLE color: 11726999.
HSL color Cylindrical-coordinate representation of color #97F0B2: hue angle of 138.2º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97F0B2 is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 240 | 178 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.06 |
| HSL | 138.2º | 0.75% | 0.77% | - |
| HSV(B) | 138.2º | 0.37% | 0.94% | - |
| XYZ | 51.96 | 72.11 | 53.3 | - |
| YUV | 206.32 | 112.01 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 240 | 178 | 0.37 | 0 | 0.26 | 0.06 | 138.2 | 0.75 | 0.77 |
| Hex | 97 | F0 | B2 | 25 | 0 | 1A | 6 | 8A | 4B | 4D |
| Octal | 227 | 360 | 262 | 45 | 0 | 32 | 6 | 212 | 113 | 115 |
| Binary | 10010111 | 11110000 | 10110010 | 100101 | 0 | 11010 | 110 | 10001010 | 1001011 | 1001101 |
Color Harmonies of #97F0B2
Complementary color
Monochromatic Colors of #97F0B2
Black with #97F0B2
Text Example
Text Example
White with #97F0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F0B2; }
p { color: rgb(151,240,178); }
H1.HeaderClassName
{
color: #97F0B2;
}
.AnyTagClassName
{
color: #97F0B2;
}
</style>
background-color css
<style>
a { background-color: #97F0B2; }
a { background-color: rgb(151,240,178); }
div.DivClassName
{
background-color: #97F0B2;
}
.BgClassName
{
background-color: #97F0B2;
}
</style>
border-color css
<style>
span { border-color: #97F0B2; }
span { border-color: rgb(151,240,178); }
td.TdClassName
{
border-color: #97F0B2;
}
.TagClassName
{
border-color: #97F0B2;
}
</style>