Shades of Vista Blue #94F6B3
Tints of Vista Blue #94F6B3
RGB
CMYK
RGB Variations
Color information
#94F6B3 (or 0x94F6B3) is known color: Vista Blue. HEX triplet: 94, F6 and B3. RGB value is (148,246,179). Sum of RGB (Red+Green+Blue) = 148+246+179=573 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.83% from 573); Green value is 246 (96.48% from 255 or 42.93% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 246 - color contains mainly: green. Hex color #94F6B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F6B3 is #6B094C. Grayscale: #D1D1D1. Windows color (decimal): -7014733 or 11794068. OLE color: 11794068.
HSL color Cylindrical-coordinate representation of color #94F6B3: hue angle of 138.98º 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 #94F6B3 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 179 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.04 |
| HSL | 138.98º | 0.84% | 0.77% | - |
| HSV(B) | 138.98º | 0.4% | 0.96% | - |
| XYZ | 53.31 | 75.46 | 54.4 | - |
| YUV | 209.06 | 111.03 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 179 | 0.40 | 0 | 0.27 | 0.04 | 138.98 | 0.84 | 0.77 |
| Hex | 94 | F6 | B3 | 28 | 0 | 1B | 4 | 8B | 54 | 4D |
| Octal | 224 | 366 | 263 | 50 | 0 | 33 | 4 | 213 | 124 | 115 |
| Binary | 10010100 | 11110110 | 10110011 | 101000 | 0 | 11011 | 100 | 10001011 | 1010100 | 1001101 |
Color Harmonies of #94F6B3
Complementary color
Monochromatic Colors of #94F6B3
Black with #94F6B3
Text Example
Text Example
White with #94F6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F6B3; }
p { color: rgb(148,246,179); }
H1.HeaderClassName
{
color: #94F6B3;
}
.AnyTagClassName
{
color: #94F6B3;
}
</style>
background-color css
<style>
a { background-color: #94F6B3; }
a { background-color: rgb(148,246,179); }
div.DivClassName
{
background-color: #94F6B3;
}
.BgClassName
{
background-color: #94F6B3;
}
</style>
border-color css
<style>
span { border-color: #94F6B3; }
span { border-color: rgb(148,246,179); }
td.TdClassName
{
border-color: #94F6B3;
}
.TagClassName
{
border-color: #94F6B3;
}
</style>