Shades of Vista Blue #94F0B8
Tints of Vista Blue #94F0B8
RGB
CMYK
RGB Variations
Color information
#94F0B8 (or 0x94F0B8) is known color: Vista Blue. HEX triplet: 94, F0 and B8. RGB value is (148,240,184). Sum of RGB (Red+Green+Blue) = 148+240+184=572 (75% of max value = 765). Red value is 148 (58.20% from 255 or 25.87% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 184 (72.27% from 255 or 32.17% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #94F0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94F0B8 is #6B0F47. Grayscale: #CECECE. Windows color (decimal): -7016264 or 12120212. OLE color: 12120212.
HSL color Cylindrical-coordinate representation of color #94F0B8: hue angle of 143.48º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94F0B8 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 184 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.06 |
| HSL | 143.48º | 0.75% | 0.76% | - |
| HSV(B) | 143.48º | 0.38% | 0.94% | - |
| XYZ | 52.02 | 72.08 | 56.52 | - |
| YUV | 206.11 | 115.52 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 184 | 0.38 | 0 | 0.23 | 0.06 | 143.48 | 0.75 | 0.76 |
| Hex | 94 | F0 | B8 | 26 | 0 | 17 | 6 | 8F | 4B | 4C |
| Octal | 224 | 360 | 270 | 46 | 0 | 27 | 6 | 217 | 113 | 114 |
| Binary | 10010100 | 11110000 | 10111000 | 100110 | 0 | 10111 | 110 | 10001111 | 1001011 | 1001100 |
Color Harmonies of #94F0B8
Complementary color
Monochromatic Colors of #94F0B8
Black with #94F0B8
Text Example
Text Example
White with #94F0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F0B8; }
p { color: rgb(148,240,184); }
H1.HeaderClassName
{
color: #94F0B8;
}
.AnyTagClassName
{
color: #94F0B8;
}
</style>
background-color css
<style>
a { background-color: #94F0B8; }
a { background-color: rgb(148,240,184); }
div.DivClassName
{
background-color: #94F0B8;
}
.BgClassName
{
background-color: #94F0B8;
}
</style>
border-color css
<style>
span { border-color: #94F0B8; }
span { border-color: rgb(148,240,184); }
td.TdClassName
{
border-color: #94F0B8;
}
.TagClassName
{
border-color: #94F0B8;
}
</style>