Shades of Vista Blue #94E5BE
Tints of Vista Blue #94E5BE
RGB
CMYK
RGB Variations
Color information
#94E5BE (or 0x94E5BE) is known color: Vista Blue. HEX triplet: 94, E5 and BE. RGB value is (148,229,190). Sum of RGB (Red+Green+Blue) = 148+229+190=567 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.10% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E5BE is #6B1A41. Grayscale: #C8C8C8. Windows color (decimal): -7019074 or 12510612. OLE color: 12510612.
HSL color Cylindrical-coordinate representation of color #94E5BE: hue angle of 151.11º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E5BE is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 190 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.10 |
| HSL | 151.11º | 0.61% | 0.74% | - |
| HSV(B) | 151.11º | 0.35% | 0.9% | - |
| XYZ | 49.53 | 66.05 | 58.85 | - |
| YUV | 200.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 190 | 0.35 | 0 | 0.17 | 0.10 | 151.11 | 0.61 | 0.74 |
| Hex | 94 | E5 | BE | 23 | 0 | 11 | A | 97 | 3D | 4A |
| Octal | 224 | 345 | 276 | 43 | 0 | 21 | 12 | 227 | 75 | 112 |
| Binary | 10010100 | 11100101 | 10111110 | 100011 | 0 | 10001 | 1010 | 10010111 | 111101 | 1001010 |
Color Harmonies of #94E5BE
Complementary color
Monochromatic Colors of #94E5BE
Black with #94E5BE
Text Example
Text Example
White with #94E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E5BE; }
p { color: rgb(148,229,190); }
H1.HeaderClassName
{
color: #94E5BE;
}
.AnyTagClassName
{
color: #94E5BE;
}
</style>
background-color css
<style>
a { background-color: #94E5BE; }
a { background-color: rgb(148,229,190); }
div.DivClassName
{
background-color: #94E5BE;
}
.BgClassName
{
background-color: #94E5BE;
}
</style>
border-color css
<style>
span { border-color: #94E5BE; }
span { border-color: rgb(148,229,190); }
td.TdClassName
{
border-color: #94E5BE;
}
.TagClassName
{
border-color: #94E5BE;
}
</style>