Shades of Vista Blue #94D9B1
Tints of Vista Blue #94D9B1
RGB
CMYK
RGB Variations
Color information
#94D9B1 (or 0x94D9B1) is known color: Vista Blue. HEX triplet: 94, D9 and B1. RGB value is (148,217,177). Sum of RGB (Red+Green+Blue) = 148+217+177=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9B1 is #6B264E. Grayscale: #BFBFBF. Windows color (decimal): -7022159 or 11655572. OLE color: 11655572.
HSL color Cylindrical-coordinate representation of color #94D9B1: hue angle of 145.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D9B1 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 177 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.15 |
| HSL | 145.22º | 0.48% | 0.72% | - |
| HSV(B) | 145.22º | 0.32% | 0.85% | - |
| XYZ | 44.96 | 59.1 | 50.63 | - |
| YUV | 191.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 177 | 0.32 | 0 | 0.18 | 0.15 | 145.22 | 0.48 | 0.72 |
| Hex | 94 | D9 | B1 | 20 | 0 | 12 | F | 91 | 30 | 48 |
| Octal | 224 | 331 | 261 | 40 | 0 | 22 | 17 | 221 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10110001 | 100000 | 0 | 10010 | 1111 | 10010001 | 110000 | 1001000 |
Color Harmonies of #94D9B1
Complementary color
Monochromatic Colors of #94D9B1
Black with #94D9B1
Text Example
Text Example
White with #94D9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9B1; }
p { color: rgb(148,217,177); }
H1.HeaderClassName
{
color: #94D9B1;
}
.AnyTagClassName
{
color: #94D9B1;
}
</style>
background-color css
<style>
a { background-color: #94D9B1; }
a { background-color: rgb(148,217,177); }
div.DivClassName
{
background-color: #94D9B1;
}
.BgClassName
{
background-color: #94D9B1;
}
</style>
border-color css
<style>
span { border-color: #94D9B1; }
span { border-color: rgb(148,217,177); }
td.TdClassName
{
border-color: #94D9B1;
}
.TagClassName
{
border-color: #94D9B1;
}
</style>