Shades of Vista Blue #94EABB
Tints of Vista Blue #94EABB
RGB
CMYK
RGB Variations
Color information
#94EABB (or 0x94EABB) is known color: Vista Blue. HEX triplet: 94, EA and BB. RGB value is (148,234,187). Sum of RGB (Red+Green+Blue) = 148+234+187=569 (75% of max value = 765). Red value is 148 (58.20% from 255 or 26.01% from 569); Green value is 234 (91.80% from 255 or 41.12% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 234 - color contains mainly: green. Hex color #94EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94EABB is #6B1544. Grayscale: #CBCBCB. Windows color (decimal): -7017797 or 12315284. OLE color: 12315284.
HSL color Cylindrical-coordinate representation of color #94EABB: hue angle of 147.21º 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 #94EABB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 234 | 187 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.08 |
| HSL | 147.21º | 0.67% | 0.75% | - |
| HSV(B) | 147.21º | 0.37% | 0.92% | - |
| XYZ | 50.61 | 68.73 | 57.61 | - |
| YUV | 202.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 234 | 187 | 0.37 | 0 | 0.20 | 0.08 | 147.21 | 0.67 | 0.75 |
| Hex | 94 | EA | BB | 25 | 0 | 14 | 8 | 93 | 43 | 4B |
| Octal | 224 | 352 | 273 | 45 | 0 | 24 | 10 | 223 | 103 | 113 |
| Binary | 10010100 | 11101010 | 10111011 | 100101 | 0 | 10100 | 1000 | 10010011 | 1000011 | 1001011 |
Color Harmonies of #94EABB
Complementary color
Monochromatic Colors of #94EABB
Black with #94EABB
Text Example
Text Example
White with #94EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EABB; }
p { color: rgb(148,234,187); }
H1.HeaderClassName
{
color: #94EABB;
}
.AnyTagClassName
{
color: #94EABB;
}
</style>
background-color css
<style>
a { background-color: #94EABB; }
a { background-color: rgb(148,234,187); }
div.DivClassName
{
background-color: #94EABB;
}
.BgClassName
{
background-color: #94EABB;
}
</style>
border-color css
<style>
span { border-color: #94EABB; }
span { border-color: rgb(148,234,187); }
td.TdClassName
{
border-color: #94EABB;
}
.TagClassName
{
border-color: #94EABB;
}
</style>