Shades of Vista Blue #97EFB3
Tints of Vista Blue #97EFB3
RGB
CMYK
RGB Variations
Color information
#97EFB3 (or 0x97EFB3) is known color: Vista Blue. HEX triplet: 97, EF and B3. RGB value is (151,239,179). Sum of RGB (Red+Green+Blue) = 151+239+179=569 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.54% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #97EFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EFB3 is #68104C. Grayscale: #CECECE. Windows color (decimal): -6819917 or 11792279. OLE color: 11792279.
HSL color Cylindrical-coordinate representation of color #97EFB3: hue angle of 139.09º 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 #97EFB3 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 151 | 239 | 179 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.06 |
| HSL | 139.09º | 0.73% | 0.76% | - |
| HSV(B) | 139.09º | 0.37% | 0.94% | - |
| XYZ | 51.77 | 71.57 | 53.73 | - |
| YUV | 205.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 239 | 179 | 0.37 | 0 | 0.25 | 0.06 | 139.09 | 0.73 | 0.76 |
| Hex | 97 | EF | B3 | 25 | 0 | 19 | 6 | 8B | 49 | 4C |
| Octal | 227 | 357 | 263 | 45 | 0 | 31 | 6 | 213 | 111 | 114 |
| Binary | 10010111 | 11101111 | 10110011 | 100101 | 0 | 11001 | 110 | 10001011 | 1001001 | 1001100 |
Color Harmonies of #97EFB3
Complementary color
Monochromatic Colors of #97EFB3
Black with #97EFB3
Text Example
Text Example
White with #97EFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EFB3; }
p { color: rgb(151,239,179); }
H1.HeaderClassName
{
color: #97EFB3;
}
.AnyTagClassName
{
color: #97EFB3;
}
</style>
background-color css
<style>
a { background-color: #97EFB3; }
a { background-color: rgb(151,239,179); }
div.DivClassName
{
background-color: #97EFB3;
}
.BgClassName
{
background-color: #97EFB3;
}
</style>
border-color css
<style>
span { border-color: #97EFB3; }
span { border-color: rgb(151,239,179); }
td.TdClassName
{
border-color: #97EFB3;
}
.TagClassName
{
border-color: #97EFB3;
}
</style>