Shades of Vista Blue #97C9AF
Tints of Vista Blue #97C9AF
RGB
CMYK
RGB Variations
Color information
#97C9AF (or 0x97C9AF) is known color: Vista Blue. HEX triplet: 97, C9 and AF. RGB value is (151,201,175). Sum of RGB (Red+Green+Blue) = 151+201+175=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #97C9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C9AF is #683650. Grayscale: #B7B7B7. Windows color (decimal): -6829649 or 11520407. OLE color: 11520407.
HSL color Cylindrical-coordinate representation of color #97C9AF: hue angle of 148.8º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97C9AF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 175 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.21 |
| HSL | 148.8º | 0.32% | 0.69% | - |
| HSV(B) | 148.8º | 0.25% | 0.79% | - |
| XYZ | 41.39 | 51.45 | 48.31 | - |
| YUV | 183.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 175 | 0.25 | 0 | 0.13 | 0.21 | 148.8 | 0.32 | 0.69 |
| Hex | 97 | C9 | AF | 19 | 0 | D | 15 | 95 | 20 | 45 |
| Octal | 227 | 311 | 257 | 31 | 0 | 15 | 25 | 225 | 40 | 105 |
| Binary | 10010111 | 11001001 | 10101111 | 11001 | 0 | 1101 | 10101 | 10010101 | 100000 | 1000101 |
Color Harmonies of #97C9AF
Complementary color
Monochromatic Colors of #97C9AF
Black with #97C9AF
Text Example
Text Example
White with #97C9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C9AF; }
p { color: rgb(151,201,175); }
H1.HeaderClassName
{
color: #97C9AF;
}
.AnyTagClassName
{
color: #97C9AF;
}
</style>
background-color css
<style>
a { background-color: #97C9AF; }
a { background-color: rgb(151,201,175); }
div.DivClassName
{
background-color: #97C9AF;
}
.BgClassName
{
background-color: #97C9AF;
}
</style>
border-color css
<style>
span { border-color: #97C9AF; }
span { border-color: rgb(151,201,175); }
td.TdClassName
{
border-color: #97C9AF;
}
.TagClassName
{
border-color: #97C9AF;
}
</style>