Shades of Vista Blue #94D6AA
Tints of Vista Blue #94D6AA
RGB
CMYK
RGB Variations
Color information
#94D6AA (or 0x94D6AA) is known color: Vista Blue. HEX triplet: 94, D6 and AA. RGB value is (148,214,170). Sum of RGB (Red+Green+Blue) = 148+214+170=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #94D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D6AA is #6B2955. Grayscale: #BDBDBD. Windows color (decimal): -7022934 or 11196052. OLE color: 11196052.
HSL color Cylindrical-coordinate representation of color #94D6AA: hue angle of 140º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D6AA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 170 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.16 |
| HSL | 140º | 0.45% | 0.71% | - |
| HSV(B) | 140º | 0.31% | 0.84% | - |
| XYZ | 43.52 | 57.29 | 46.8 | - |
| YUV | 189.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 170 | 0.31 | 0 | 0.21 | 0.16 | 140 | 0.45 | 0.71 |
| Hex | 94 | D6 | AA | 1F | 0 | 15 | 10 | 8C | 2D | 47 |
| Octal | 224 | 326 | 252 | 37 | 0 | 25 | 20 | 214 | 55 | 107 |
| Binary | 10010100 | 11010110 | 10101010 | 11111 | 0 | 10101 | 10000 | 10001100 | 101101 | 1000111 |
Color Harmonies of #94D6AA
Complementary color
Monochromatic Colors of #94D6AA
Black with #94D6AA
Text Example
Text Example
White with #94D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D6AA; }
p { color: rgb(148,214,170); }
H1.HeaderClassName
{
color: #94D6AA;
}
.AnyTagClassName
{
color: #94D6AA;
}
</style>
background-color css
<style>
a { background-color: #94D6AA; }
a { background-color: rgb(148,214,170); }
div.DivClassName
{
background-color: #94D6AA;
}
.BgClassName
{
background-color: #94D6AA;
}
</style>
border-color css
<style>
span { border-color: #94D6AA; }
span { border-color: rgb(148,214,170); }
td.TdClassName
{
border-color: #94D6AA;
}
.TagClassName
{
border-color: #94D6AA;
}
</style>