Shades of Vista Blue #97EBB5
Tints of Vista Blue #97EBB5
RGB
CMYK
RGB Variations
Color information
#97EBB5 (or 0x97EBB5) is known color: Vista Blue. HEX triplet: 97, EB and B5. RGB value is (151,235,181). Sum of RGB (Red+Green+Blue) = 151+235+181=567 (75% of max value = 765). Red value is 151 (59.38% from 255 or 26.63% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #97EBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97EBB5 is #68144A. Grayscale: #CBCBCB. Windows color (decimal): -6820939 or 11922327. OLE color: 11922327.
HSL color Cylindrical-coordinate representation of color #97EBB5: hue angle of 141.43º 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 #97EBB5 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 235 | 181 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.08 |
| HSL | 141.43º | 0.68% | 0.76% | - |
| HSV(B) | 141.43º | 0.36% | 0.92% | - |
| XYZ | 50.81 | 69.33 | 54.42 | - |
| YUV | 203.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 235 | 181 | 0.36 | 0 | 0.23 | 0.08 | 141.43 | 0.68 | 0.76 |
| Hex | 97 | EB | B5 | 24 | 0 | 17 | 8 | 8D | 44 | 4C |
| Octal | 227 | 353 | 265 | 44 | 0 | 27 | 10 | 215 | 104 | 114 |
| Binary | 10010111 | 11101011 | 10110101 | 100100 | 0 | 10111 | 1000 | 10001101 | 1000100 | 1001100 |
Color Harmonies of #97EBB5
Complementary color
Monochromatic Colors of #97EBB5
Black with #97EBB5
Text Example
Text Example
White with #97EBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97EBB5; }
p { color: rgb(151,235,181); }
H1.HeaderClassName
{
color: #97EBB5;
}
.AnyTagClassName
{
color: #97EBB5;
}
</style>
background-color css
<style>
a { background-color: #97EBB5; }
a { background-color: rgb(151,235,181); }
div.DivClassName
{
background-color: #97EBB5;
}
.BgClassName
{
background-color: #97EBB5;
}
</style>
border-color css
<style>
span { border-color: #97EBB5; }
span { border-color: rgb(151,235,181); }
td.TdClassName
{
border-color: #97EBB5;
}
.TagClassName
{
border-color: #97EBB5;
}
</style>