Shades of Vista Blue #97EBB1
Tints of Vista Blue #97EBB1
RGB
CMYK
RGB Variations
Color information
#97EBB1 (or 0x97EBB1) is known color: Vista Blue. HEX triplet: 97, EB and B1. RGB value is (151,235,177). Sum of RGB (Red+Green+Blue) = 151+235+177=563 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.82% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97EBB1 is #68144E. Grayscale: #CBCBCB. Windows color (decimal): -6820943 or 11660183. OLE color: 11660183.
HSL color Cylindrical-coordinate representation of color #97EBB1: hue angle of 138.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97EBB1 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 235 | 177 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.08 |
| HSL | 138.57º | 0.68% | 0.76% | - |
| HSV(B) | 138.57º | 0.36% | 0.92% | - |
| XYZ | 50.41 | 69.17 | 52.29 | - |
| YUV | 203.27 | 113.17 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 177 | 0.36 | 0 | 0.25 | 0.08 | 138.57 | 0.68 | 0.76 |
| Hex | 97 | EB | B1 | 24 | 0 | 19 | 8 | 8B | 44 | 4C |
| Octal | 227 | 353 | 261 | 44 | 0 | 31 | 10 | 213 | 104 | 114 |
| Binary | 10010111 | 11101011 | 10110001 | 100100 | 0 | 11001 | 1000 | 10001011 | 1000100 | 1001100 |
Color Harmonies of #97EBB1
Complementary color
Monochromatic Colors of #97EBB1
Black with #97EBB1
Text Example
Text Example
White with #97EBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBB1; }
p { color: rgb(151,235,177); }
H1.HeaderClassName
{
color: #97EBB1;
}
.AnyTagClassName
{
color: #97EBB1;
}
</style>
background-color css
<style>
a { background-color: #97EBB1; }
a { background-color: rgb(151,235,177); }
div.DivClassName
{
background-color: #97EBB1;
}
.BgClassName
{
background-color: #97EBB1;
}
</style>
border-color css
<style>
span { border-color: #97EBB1; }
span { border-color: rgb(151,235,177); }
td.TdClassName
{
border-color: #97EBB1;
}
.TagClassName
{
border-color: #97EBB1;
}
</style>