Shades of Vista Blue #94DFAC
Tints of Vista Blue #94DFAC
RGB
CMYK
RGB Variations
Color information
#94DFAC (or 0x94DFAC) is known color: Vista Blue. HEX triplet: 94, DF and AC. RGB value is (148,223,172). Sum of RGB (Red+Green+Blue) = 148+223+172=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #94DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DFAC is #6B2053. Grayscale: #C2C2C2. Windows color (decimal): -7020628 or 11329428. OLE color: 11329428.
HSL color Cylindrical-coordinate representation of color #94DFAC: hue angle of 139.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DFAC is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 172 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.13 |
| HSL | 139.2º | 0.54% | 0.73% | - |
| HSV(B) | 139.2º | 0.34% | 0.87% | - |
| XYZ | 46.05 | 62.05 | 48.58 | - |
| YUV | 194.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 172 | 0.34 | 0 | 0.23 | 0.13 | 139.2 | 0.54 | 0.73 |
| Hex | 94 | DF | AC | 22 | 0 | 17 | D | 8B | 36 | 49 |
| Octal | 224 | 337 | 254 | 42 | 0 | 27 | 15 | 213 | 66 | 111 |
| Binary | 10010100 | 11011111 | 10101100 | 100010 | 0 | 10111 | 1101 | 10001011 | 110110 | 1001001 |
Color Harmonies of #94DFAC
Complementary color
Monochromatic Colors of #94DFAC
Black with #94DFAC
Text Example
Text Example
White with #94DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DFAC; }
p { color: rgb(148,223,172); }
H1.HeaderClassName
{
color: #94DFAC;
}
.AnyTagClassName
{
color: #94DFAC;
}
</style>
background-color css
<style>
a { background-color: #94DFAC; }
a { background-color: rgb(148,223,172); }
div.DivClassName
{
background-color: #94DFAC;
}
.BgClassName
{
background-color: #94DFAC;
}
</style>
border-color css
<style>
span { border-color: #94DFAC; }
span { border-color: rgb(148,223,172); }
td.TdClassName
{
border-color: #94DFAC;
}
.TagClassName
{
border-color: #94DFAC;
}
</style>