Shades of Vista Blue #97D4B2
Tints of Vista Blue #97D4B2
RGB
CMYK
RGB Variations
Color information
#97D4B2 (or 0x97D4B2) is known color: Vista Blue. HEX triplet: 97, D4 and B2. RGB value is (151,212,178). Sum of RGB (Red+Green+Blue) = 151+212+178=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 178 (69.92% from 255 or 32.90% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #97D4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D4B2 is #682B4D. Grayscale: #BDBDBD. Windows color (decimal): -6826830 or 11719831. OLE color: 11719831.
HSL color Cylindrical-coordinate representation of color #97D4B2: hue angle of 146.56º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97D4B2 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 212 | 178 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.17 |
| HSL | 146.56º | 0.41% | 0.71% | - |
| HSV(B) | 146.56º | 0.29% | 0.83% | - |
| XYZ | 44.34 | 56.88 | 50.76 | - |
| YUV | 189.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 212 | 178 | 0.29 | 0 | 0.16 | 0.17 | 146.56 | 0.41 | 0.71 |
| Hex | 97 | D4 | B2 | 1D | 0 | 10 | 11 | 93 | 29 | 47 |
| Octal | 227 | 324 | 262 | 35 | 0 | 20 | 21 | 223 | 51 | 107 |
| Binary | 10010111 | 11010100 | 10110010 | 11101 | 0 | 10000 | 10001 | 10010011 | 101001 | 1000111 |
Color Harmonies of #97D4B2
Complementary color
Monochromatic Colors of #97D4B2
Black with #97D4B2
Text Example
Text Example
White with #97D4B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97D4B2; }
p { color: rgb(151,212,178); }
H1.HeaderClassName
{
color: #97D4B2;
}
.AnyTagClassName
{
color: #97D4B2;
}
</style>
background-color css
<style>
a { background-color: #97D4B2; }
a { background-color: rgb(151,212,178); }
div.DivClassName
{
background-color: #97D4B2;
}
.BgClassName
{
background-color: #97D4B2;
}
</style>
border-color css
<style>
span { border-color: #97D4B2; }
span { border-color: rgb(151,212,178); }
td.TdClassName
{
border-color: #97D4B2;
}
.TagClassName
{
border-color: #97D4B2;
}
</style>