Shades of Vista Blue #94D5BA
Tints of Vista Blue #94D5BA
RGB
CMYK
RGB Variations
Color information
#94D5BA (or 0x94D5BA) is known color: Vista Blue. HEX triplet: 94, D5 and BA. RGB value is (148,213,186). Sum of RGB (Red+Green+Blue) = 148+213+186=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #94D5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D5BA is #6B2A45. Grayscale: #BEBEBE. Windows color (decimal): -7023174 or 12244372. OLE color: 12244372.
HSL color Cylindrical-coordinate representation of color #94D5BA: hue angle of 155.08º degrees, saturation: 0.44, 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 #94D5BA is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 186 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.16 |
| HSL | 155.08º | 0.44% | 0.71% | - |
| HSV(B) | 155.08º | 0.31% | 0.84% | - |
| XYZ | 44.87 | 57.43 | 55.17 | - |
| YUV | 190.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 186 | 0.31 | 0 | 0.13 | 0.16 | 155.08 | 0.44 | 0.71 |
| Hex | 94 | D5 | BA | 1F | 0 | D | 10 | 9B | 2C | 47 |
| Octal | 224 | 325 | 272 | 37 | 0 | 15 | 20 | 233 | 54 | 107 |
| Binary | 10010100 | 11010101 | 10111010 | 11111 | 0 | 1101 | 10000 | 10011011 | 101100 | 1000111 |
Color Harmonies of #94D5BA
Complementary color
Monochromatic Colors of #94D5BA
Black with #94D5BA
Text Example
Text Example
White with #94D5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D5BA; }
p { color: rgb(148,213,186); }
H1.HeaderClassName
{
color: #94D5BA;
}
.AnyTagClassName
{
color: #94D5BA;
}
</style>
background-color css
<style>
a { background-color: #94D5BA; }
a { background-color: rgb(148,213,186); }
div.DivClassName
{
background-color: #94D5BA;
}
.BgClassName
{
background-color: #94D5BA;
}
</style>
border-color css
<style>
span { border-color: #94D5BA; }
span { border-color: rgb(148,213,186); }
td.TdClassName
{
border-color: #94D5BA;
}
.TagClassName
{
border-color: #94D5BA;
}
</style>