Shades of Vista Blue #97C6AA
Tints of Vista Blue #97C6AA
RGB
CMYK
RGB Variations
Color information
#97C6AA (or 0x97C6AA) is known color: Vista Blue. HEX triplet: 97, C6 and AA. RGB value is (151,198,170). Sum of RGB (Red+Green+Blue) = 151+198+170=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 198 (77.73% from 255 or 38.15% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 198 - color contains mainly: green. Hex color #97C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C6AA is #683955. Grayscale: #B4B4B4. Windows color (decimal): -6830422 or 11191959. OLE color: 11191959.
HSL color Cylindrical-coordinate representation of color #97C6AA: hue angle of 144.26º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C6AA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 198 | 170 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.22 |
| HSL | 144.26º | 0.29% | 0.68% | - |
| HSV(B) | 144.26º | 0.24% | 0.78% | - |
| XYZ | 40.21 | 49.87 | 45.54 | - |
| YUV | 180.76 | 121.93 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 170 | 0.24 | 0 | 0.14 | 0.22 | 144.26 | 0.29 | 0.68 |
| Hex | 97 | C6 | AA | 18 | 0 | E | 16 | 90 | 1D | 44 |
| Octal | 227 | 306 | 252 | 30 | 0 | 16 | 26 | 220 | 35 | 104 |
| Binary | 10010111 | 11000110 | 10101010 | 11000 | 0 | 1110 | 10110 | 10010000 | 11101 | 1000100 |
Color Harmonies of #97C6AA
Complementary color
Monochromatic Colors of #97C6AA
Black with #97C6AA
Text Example
Text Example
White with #97C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C6AA; }
p { color: rgb(151,198,170); }
H1.HeaderClassName
{
color: #97C6AA;
}
.AnyTagClassName
{
color: #97C6AA;
}
</style>
background-color css
<style>
a { background-color: #97C6AA; }
a { background-color: rgb(151,198,170); }
div.DivClassName
{
background-color: #97C6AA;
}
.BgClassName
{
background-color: #97C6AA;
}
</style>
border-color css
<style>
span { border-color: #97C6AA; }
span { border-color: rgb(151,198,170); }
td.TdClassName
{
border-color: #97C6AA;
}
.TagClassName
{
border-color: #97C6AA;
}
</style>