Shades of Vista Blue #97C5A8
Tints of Vista Blue #97C5A8
RGB
CMYK
RGB Variations
Color information
#97C5A8 (or 0x97C5A8) is known color: Vista Blue. HEX triplet: 97, C5 and A8. RGB value is (151,197,168). Sum of RGB (Red+Green+Blue) = 151+197+168=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #97C5A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C5A8 is #683A57. Grayscale: #B4B4B4. Windows color (decimal): -6830680 or 11060631. OLE color: 11060631.
HSL color Cylindrical-coordinate representation of color #97C5A8: hue angle of 142.17º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C5A8 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 168 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.23 |
| HSL | 142.17º | 0.28% | 0.68% | - |
| HSV(B) | 142.17º | 0.23% | 0.77% | - |
| XYZ | 39.8 | 49.34 | 44.47 | - |
| YUV | 179.94 | 121.26 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 168 | 0.23 | 0 | 0.15 | 0.23 | 142.17 | 0.28 | 0.68 |
| Hex | 97 | C5 | A8 | 17 | 0 | F | 17 | 8E | 1C | 44 |
| Octal | 227 | 305 | 250 | 27 | 0 | 17 | 27 | 216 | 34 | 104 |
| Binary | 10010111 | 11000101 | 10101000 | 10111 | 0 | 1111 | 10111 | 10001110 | 11100 | 1000100 |
Color Harmonies of #97C5A8
Complementary color
Monochromatic Colors of #97C5A8
Black with #97C5A8
Text Example
Text Example
White with #97C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C5A8; }
p { color: rgb(151,197,168); }
H1.HeaderClassName
{
color: #97C5A8;
}
.AnyTagClassName
{
color: #97C5A8;
}
</style>
background-color css
<style>
a { background-color: #97C5A8; }
a { background-color: rgb(151,197,168); }
div.DivClassName
{
background-color: #97C5A8;
}
.BgClassName
{
background-color: #97C5A8;
}
</style>
border-color css
<style>
span { border-color: #97C5A8; }
span { border-color: rgb(151,197,168); }
td.TdClassName
{
border-color: #97C5A8;
}
.TagClassName
{
border-color: #97C5A8;
}
</style>