Shades of Vista Blue #97FAB6
Tints of Vista Blue #97FAB6
RGB
CMYK
RGB Variations
Color information
#97FAB6 (or 0x97FAB6) is known color: Vista Blue. HEX triplet: 97, FA and B6. RGB value is (151,250,182). Sum of RGB (Red+Green+Blue) = 151+250+182=583 (77% of max value = 765). Red value is 151 (59.38% from 255 or 25.90% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 182 (71.48% from 255 or 31.22% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #97FAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97FAB6 is #680549. Grayscale: #D4D4D4. Windows color (decimal): -6817098 or 11991703. OLE color: 11991703.
HSL color Cylindrical-coordinate representation of color #97FAB6: hue angle of 138.79º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97FAB6 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 250 | 182 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.02 |
| HSL | 138.79º | 0.91% | 0.79% | - |
| HSV(B) | 138.79º | 0.4% | 0.98% | - |
| XYZ | 55.39 | 78.33 | 56.46 | - |
| YUV | 212.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 250 | 182 | 0.40 | 0 | 0.27 | 0.02 | 138.79 | 0.91 | 0.79 |
| Hex | 97 | FA | B6 | 28 | 0 | 1B | 2 | 8B | 5B | 4F |
| Octal | 227 | 372 | 266 | 50 | 0 | 33 | 2 | 213 | 133 | 117 |
| Binary | 10010111 | 11111010 | 10110110 | 101000 | 0 | 11011 | 10 | 10001011 | 1011011 | 1001111 |
Color Harmonies of #97FAB6
Complementary color
Monochromatic Colors of #97FAB6
Black with #97FAB6
Text Example
Text Example
White with #97FAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97FAB6; }
p { color: rgb(151,250,182); }
H1.HeaderClassName
{
color: #97FAB6;
}
.AnyTagClassName
{
color: #97FAB6;
}
</style>
background-color css
<style>
a { background-color: #97FAB6; }
a { background-color: rgb(151,250,182); }
div.DivClassName
{
background-color: #97FAB6;
}
.BgClassName
{
background-color: #97FAB6;
}
</style>
border-color css
<style>
span { border-color: #97FAB6; }
span { border-color: rgb(151,250,182); }
td.TdClassName
{
border-color: #97FAB6;
}
.TagClassName
{
border-color: #97FAB6;
}
</style>