Shades of Vista Blue #94F7B9
Tints of Vista Blue #94F7B9
RGB
CMYK
RGB Variations
Color information
#94F7B9 (or 0x94F7B9) is known color: Vista Blue. HEX triplet: 94, F7 and B9. RGB value is (148,247,185). Sum of RGB (Red+Green+Blue) = 148+247+185=580 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.52% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 185 (72.66% from 255 or 31.90% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #94F7B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F7B9 is #6B0846. Grayscale: #D2D2D2. Windows color (decimal): -7014471 or 12187540. OLE color: 12187540.
HSL color Cylindrical-coordinate representation of color #94F7B9: hue angle of 142.42º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F7B9 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 247 | 185 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.03 |
| HSL | 142.42º | 0.86% | 0.77% | - |
| HSV(B) | 142.42º | 0.4% | 0.97% | - |
| XYZ | 54.23 | 76.32 | 57.77 | - |
| YUV | 210.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 247 | 185 | 0.40 | 0 | 0.25 | 0.03 | 142.42 | 0.86 | 0.77 |
| Hex | 94 | F7 | B9 | 28 | 0 | 19 | 3 | 8E | 56 | 4D |
| Octal | 224 | 367 | 271 | 50 | 0 | 31 | 3 | 216 | 126 | 115 |
| Binary | 10010100 | 11110111 | 10111001 | 101000 | 0 | 11001 | 11 | 10001110 | 1010110 | 1001101 |
Color Harmonies of #94F7B9
Complementary color
Monochromatic Colors of #94F7B9
Black with #94F7B9
Text Example
Text Example
White with #94F7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F7B9; }
p { color: rgb(148,247,185); }
H1.HeaderClassName
{
color: #94F7B9;
}
.AnyTagClassName
{
color: #94F7B9;
}
</style>
background-color css
<style>
a { background-color: #94F7B9; }
a { background-color: rgb(148,247,185); }
div.DivClassName
{
background-color: #94F7B9;
}
.BgClassName
{
background-color: #94F7B9;
}
</style>
border-color css
<style>
span { border-color: #94F7B9; }
span { border-color: rgb(148,247,185); }
td.TdClassName
{
border-color: #94F7B9;
}
.TagClassName
{
border-color: #94F7B9;
}
</style>