Shades of Vista Blue #97F8B4
Tints of Vista Blue #97F8B4
RGB
CMYK
RGB Variations
Color information
#97F8B4 (or 0x97F8B4) is known color: Vista Blue. HEX triplet: 97, F8 and B4. RGB value is (151,248,180). Sum of RGB (Red+Green+Blue) = 151+248+180=579 (76% of max value = 765). Red value is 151 (59.38% from 255 or 26.08% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #97F8B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97F8B4 is #68074B. Grayscale: #D3D3D3. Windows color (decimal): -6817612 or 11860119. OLE color: 11860119.
HSL color Cylindrical-coordinate representation of color #97F8B4: hue angle of 137.94º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #97F8B4 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 151 | 248 | 180 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.03 |
| HSL | 137.94º | 0.87% | 0.78% | - |
| HSV(B) | 137.94º | 0.39% | 0.97% | - |
| XYZ | 54.57 | 77.01 | 55.17 | - |
| YUV | 211.25 | 110.36 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 248 | 180 | 0.39 | 0 | 0.27 | 0.03 | 137.94 | 0.87 | 0.78 |
| Hex | 97 | F8 | B4 | 27 | 0 | 1B | 3 | 8A | 57 | 4E |
| Octal | 227 | 370 | 264 | 47 | 0 | 33 | 3 | 212 | 127 | 116 |
| Binary | 10010111 | 11111000 | 10110100 | 100111 | 0 | 11011 | 11 | 10001010 | 1010111 | 1001110 |
Color Harmonies of #97F8B4
Complementary color
Monochromatic Colors of #97F8B4
Black with #97F8B4
Text Example
Text Example
White with #97F8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97F8B4; }
p { color: rgb(151,248,180); }
H1.HeaderClassName
{
color: #97F8B4;
}
.AnyTagClassName
{
color: #97F8B4;
}
</style>
background-color css
<style>
a { background-color: #97F8B4; }
a { background-color: rgb(151,248,180); }
div.DivClassName
{
background-color: #97F8B4;
}
.BgClassName
{
background-color: #97F8B4;
}
</style>
border-color css
<style>
span { border-color: #97F8B4; }
span { border-color: rgb(151,248,180); }
td.TdClassName
{
border-color: #97F8B4;
}
.TagClassName
{
border-color: #97F8B4;
}
</style>