Shades of Vista Blue #94E5BF
Tints of Vista Blue #94E5BF
RGB
CMYK
RGB Variations
Color information
#94E5BF (or 0x94E5BF) is known color: Vista Blue. HEX triplet: 94, E5 and BF. RGB value is (148,229,191). Sum of RGB (Red+Green+Blue) = 148+229+191=568 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.06% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #94E5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94E5BF is #6B1A40. Grayscale: #C8C8C8. Windows color (decimal): -7019073 or 12576148. OLE color: 12576148.
HSL color Cylindrical-coordinate representation of color #94E5BF: hue angle of 151.85º 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 #94E5BF is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 191 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.10 |
| HSL | 151.85º | 0.61% | 0.74% | - |
| HSV(B) | 151.85º | 0.35% | 0.9% | - |
| XYZ | 49.64 | 66.1 | 59.43 | - |
| YUV | 200.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 191 | 0.35 | 0 | 0.17 | 0.10 | 151.85 | 0.61 | 0.74 |
| Hex | 94 | E5 | BF | 23 | 0 | 11 | A | 98 | 3D | 4A |
| Octal | 224 | 345 | 277 | 43 | 0 | 21 | 12 | 230 | 75 | 112 |
| Binary | 10010100 | 11100101 | 10111111 | 100011 | 0 | 10001 | 1010 | 10011000 | 111101 | 1001010 |
Color Harmonies of #94E5BF
Complementary color
Monochromatic Colors of #94E5BF
Black with #94E5BF
Text Example
Text Example
White with #94E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E5BF; }
p { color: rgb(148,229,191); }
H1.HeaderClassName
{
color: #94E5BF;
}
.AnyTagClassName
{
color: #94E5BF;
}
</style>
background-color css
<style>
a { background-color: #94E5BF; }
a { background-color: rgb(148,229,191); }
div.DivClassName
{
background-color: #94E5BF;
}
.BgClassName
{
background-color: #94E5BF;
}
</style>
border-color css
<style>
span { border-color: #94E5BF; }
span { border-color: rgb(148,229,191); }
td.TdClassName
{
border-color: #94E5BF;
}
.TagClassName
{
border-color: #94E5BF;
}
</style>