Shades of Vista Blue #94D3BC
Tints of Vista Blue #94D3BC
RGB
CMYK
RGB Variations
Color information
#94D3BC (or 0x94D3BC) is known color: Vista Blue. HEX triplet: 94, D3 and BC. RGB value is (148,211,188). Sum of RGB (Red+Green+Blue) = 148+211+188=547 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.06% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #94D3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94D3BC is #6B2C43. Grayscale: #BDBDBD. Windows color (decimal): -7023684 or 12374932. OLE color: 12374932.
HSL color Cylindrical-coordinate representation of color #94D3BC: hue angle of 158.1º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D3BC is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 211 | 188 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.17 |
| HSL | 158.1º | 0.42% | 0.7% | - |
| HSV(B) | 158.1º | 0.3% | 0.83% | - |
| XYZ | 44.58 | 56.52 | 56.14 | - |
| YUV | 189.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 211 | 188 | 0.30 | 0 | 0.11 | 0.17 | 158.1 | 0.42 | 0.7 |
| Hex | 94 | D3 | BC | 1E | 0 | B | 11 | 9E | 2A | 46 |
| Octal | 224 | 323 | 274 | 36 | 0 | 13 | 21 | 236 | 52 | 106 |
| Binary | 10010100 | 11010011 | 10111100 | 11110 | 0 | 1011 | 10001 | 10011110 | 101010 | 1000110 |
Color Harmonies of #94D3BC
Complementary color
Monochromatic Colors of #94D3BC
Black with #94D3BC
Text Example
Text Example
White with #94D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D3BC; }
p { color: rgb(148,211,188); }
H1.HeaderClassName
{
color: #94D3BC;
}
.AnyTagClassName
{
color: #94D3BC;
}
</style>
background-color css
<style>
a { background-color: #94D3BC; }
a { background-color: rgb(148,211,188); }
div.DivClassName
{
background-color: #94D3BC;
}
.BgClassName
{
background-color: #94D3BC;
}
</style>
border-color css
<style>
span { border-color: #94D3BC; }
span { border-color: rgb(148,211,188); }
td.TdClassName
{
border-color: #94D3BC;
}
.TagClassName
{
border-color: #94D3BC;
}
</style>