Shades of Vista Blue #93D4BC
Tints of Vista Blue #93D4BC
RGB
CMYK
RGB Variations
Color information
#93D4BC (or 0x93D4BC) is known color: Vista Blue. HEX triplet: 93, D4 and BC. RGB value is (147,212,188). Sum of RGB (Red+Green+Blue) = 147+212+188=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D4BC is #6C2B43. Grayscale: #BDBDBD. Windows color (decimal): -7088964 or 12375187. OLE color: 12375187.
HSL color Cylindrical-coordinate representation of color #93D4BC: hue angle of 157.85º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4BC is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 188 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.17 |
| HSL | 157.85º | 0.43% | 0.7% | - |
| HSV(B) | 157.85º | 0.31% | 0.83% | - |
| XYZ | 44.65 | 56.92 | 56.21 | - |
| YUV | 189.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 188 | 0.31 | 0 | 0.11 | 0.17 | 157.85 | 0.43 | 0.7 |
| Hex | 93 | D4 | BC | 1F | 0 | B | 11 | 9E | 2B | 46 |
| Octal | 223 | 324 | 274 | 37 | 0 | 13 | 21 | 236 | 53 | 106 |
| Binary | 10010011 | 11010100 | 10111100 | 11111 | 0 | 1011 | 10001 | 10011110 | 101011 | 1000110 |
Color Harmonies of #93D4BC
Complementary color
Monochromatic Colors of #93D4BC
Black with #93D4BC
Text Example
Text Example
White with #93D4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4BC; }
p { color: rgb(147,212,188); }
H1.HeaderClassName
{
color: #93D4BC;
}
.AnyTagClassName
{
color: #93D4BC;
}
</style>
background-color css
<style>
a { background-color: #93D4BC; }
a { background-color: rgb(147,212,188); }
div.DivClassName
{
background-color: #93D4BC;
}
.BgClassName
{
background-color: #93D4BC;
}
</style>
border-color css
<style>
span { border-color: #93D4BC; }
span { border-color: rgb(147,212,188); }
td.TdClassName
{
border-color: #93D4BC;
}
.TagClassName
{
border-color: #93D4BC;
}
</style>