Shades of Vista Blue #97D5B0
Tints of Vista Blue #97D5B0
RGB
CMYK
RGB Variations
Color information
#97D5B0 (or 0x97D5B0) is known color: Vista Blue. HEX triplet: 97, D5 and B0. RGB value is (151,213,176). Sum of RGB (Red+Green+Blue) = 151+213+176=540 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.96% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #97D5B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D5B0 is #682A4F. Grayscale: #BEBEBE. Windows color (decimal): -6826576 or 11589015. OLE color: 11589015.
HSL color Cylindrical-coordinate representation of color #97D5B0: hue angle of 144.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D5B0 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 213 | 176 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.16 |
| HSL | 144.19º | 0.42% | 0.71% | - |
| HSV(B) | 144.19º | 0.29% | 0.84% | - |
| XYZ | 44.39 | 57.3 | 49.8 | - |
| YUV | 190.24 | 119.96 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 213 | 176 | 0.29 | 0 | 0.17 | 0.16 | 144.19 | 0.42 | 0.71 |
| Hex | 97 | D5 | B0 | 1D | 0 | 11 | 10 | 90 | 2A | 47 |
| Octal | 227 | 325 | 260 | 35 | 0 | 21 | 20 | 220 | 52 | 107 |
| Binary | 10010111 | 11010101 | 10110000 | 11101 | 0 | 10001 | 10000 | 10010000 | 101010 | 1000111 |
Color Harmonies of #97D5B0
Complementary color
Monochromatic Colors of #97D5B0
Black with #97D5B0
Text Example
Text Example
White with #97D5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D5B0; }
p { color: rgb(151,213,176); }
H1.HeaderClassName
{
color: #97D5B0;
}
.AnyTagClassName
{
color: #97D5B0;
}
</style>
background-color css
<style>
a { background-color: #97D5B0; }
a { background-color: rgb(151,213,176); }
div.DivClassName
{
background-color: #97D5B0;
}
.BgClassName
{
background-color: #97D5B0;
}
</style>
border-color css
<style>
span { border-color: #97D5B0; }
span { border-color: rgb(151,213,176); }
td.TdClassName
{
border-color: #97D5B0;
}
.TagClassName
{
border-color: #97D5B0;
}
</style>