Shades of Vista Blue #94F6B6
Tints of Vista Blue #94F6B6
RGB
CMYK
RGB Variations
Color information
#94F6B6 (or 0x94F6B6) is known color: Vista Blue. HEX triplet: 94, F6 and B6. RGB value is (148,246,182). Sum of RGB (Red+Green+Blue) = 148+246+182=576 (76% of max value = 765). Red value is 148 (58.20% from 255 or 25.69% from 576); Green value is 246 (96.48% from 255 or 42.71% from 576); Blue value is 182 (71.48% from 255 or 31.60% from 576); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6B6 is #6B0949. Grayscale: #D1D1D1. Windows color (decimal): -7014730 or 11990676. OLE color: 11990676.
HSL color Cylindrical-coordinate representation of color #94F6B6: hue angle of 140.82º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94F6B6 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 182 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.04 |
| HSL | 140.82º | 0.84% | 0.77% | - |
| HSV(B) | 140.82º | 0.4% | 0.96% | - |
| XYZ | 53.61 | 75.58 | 56.02 | - |
| YUV | 209.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 182 | 0.40 | 0 | 0.26 | 0.04 | 140.82 | 0.84 | 0.77 |
| Hex | 94 | F6 | B6 | 28 | 0 | 1A | 4 | 8D | 54 | 4D |
| Octal | 224 | 366 | 266 | 50 | 0 | 32 | 4 | 215 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10110110 | 101000 | 0 | 11010 | 100 | 10001101 | 1010100 | 1001101 |
Color Harmonies of #94F6B6
Complementary color
Monochromatic Colors of #94F6B6
Black with #94F6B6
Text Example
Text Example
White with #94F6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6B6; }
p { color: rgb(148,246,182); }
H1.HeaderClassName
{
color: #94F6B6;
}
.AnyTagClassName
{
color: #94F6B6;
}
</style>
background-color css
<style>
a { background-color: #94F6B6; }
a { background-color: rgb(148,246,182); }
div.DivClassName
{
background-color: #94F6B6;
}
.BgClassName
{
background-color: #94F6B6;
}
</style>
border-color css
<style>
span { border-color: #94F6B6; }
span { border-color: rgb(148,246,182); }
td.TdClassName
{
border-color: #94F6B6;
}
.TagClassName
{
border-color: #94F6B6;
}
</style>