Shades of Vista Blue #94EAB8
Tints of Vista Blue #94EAB8
RGB
CMYK
RGB Variations
Color information
#94EAB8 (or 0x94EAB8) is known color: Vista Blue. HEX triplet: 94, EA and B8. RGB value is (148,234,184). Sum of RGB (Red+Green+Blue) = 148+234+184=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 234 (91.80% from 255 or 41.34% from 566); Blue value is 184 (72.27% from 255 or 32.51% from 566); Max value from RGB is 234 - color contains mainly: green. Hex color #94EAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EAB8 is #6B1547. Grayscale: #CACACA. Windows color (decimal): -7017800 or 12118676. OLE color: 12118676.
HSL color Cylindrical-coordinate representation of color #94EAB8: hue angle of 145.12º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94EAB8 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 184 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.08 |
| HSL | 145.12º | 0.67% | 0.75% | - |
| HSV(B) | 145.12º | 0.37% | 0.92% | - |
| XYZ | 50.29 | 68.6 | 55.94 | - |
| YUV | 202.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 184 | 0.37 | 0 | 0.21 | 0.08 | 145.12 | 0.67 | 0.75 |
| Hex | 94 | EA | B8 | 25 | 0 | 15 | 8 | 91 | 43 | 4B |
| Octal | 224 | 352 | 270 | 45 | 0 | 25 | 10 | 221 | 103 | 113 |
| Binary | 10010100 | 11101010 | 10111000 | 100101 | 0 | 10101 | 1000 | 10010001 | 1000011 | 1001011 |
Color Harmonies of #94EAB8
Complementary color
Monochromatic Colors of #94EAB8
Black with #94EAB8
Text Example
Text Example
White with #94EAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EAB8; }
p { color: rgb(148,234,184); }
H1.HeaderClassName
{
color: #94EAB8;
}
.AnyTagClassName
{
color: #94EAB8;
}
</style>
background-color css
<style>
a { background-color: #94EAB8; }
a { background-color: rgb(148,234,184); }
div.DivClassName
{
background-color: #94EAB8;
}
.BgClassName
{
background-color: #94EAB8;
}
</style>
border-color css
<style>
span { border-color: #94EAB8; }
span { border-color: rgb(148,234,184); }
td.TdClassName
{
border-color: #94EAB8;
}
.TagClassName
{
border-color: #94EAB8;
}
</style>