Shades of Vista Blue #93D7BA
Tints of Vista Blue #93D7BA
RGB
CMYK
RGB Variations
Color information
#93D7BA (or 0x93D7BA) is known color: Vista Blue. HEX triplet: 93, D7 and BA. RGB value is (147,215,186). Sum of RGB (Red+Green+Blue) = 147+215+186=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #93D7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D7BA is #6C2845. Grayscale: #BFBFBF. Windows color (decimal): -7088198 or 12244883. OLE color: 12244883.
HSL color Cylindrical-coordinate representation of color #93D7BA: hue angle of 154.41º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93D7BA is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 186 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.16 |
| HSL | 154.41º | 0.46% | 0.71% | - |
| HSV(B) | 154.41º | 0.32% | 0.84% | - |
| XYZ | 45.2 | 58.35 | 55.33 | - |
| YUV | 191.36 | 124.97 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 186 | 0.32 | 0 | 0.13 | 0.16 | 154.41 | 0.46 | 0.71 |
| Hex | 93 | D7 | BA | 20 | 0 | D | 10 | 9A | 2E | 47 |
| Octal | 223 | 327 | 272 | 40 | 0 | 15 | 20 | 232 | 56 | 107 |
| Binary | 10010011 | 11010111 | 10111010 | 100000 | 0 | 1101 | 10000 | 10011010 | 101110 | 1000111 |
Color Harmonies of #93D7BA
Complementary color
Monochromatic Colors of #93D7BA
Black with #93D7BA
Text Example
Text Example
White with #93D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D7BA; }
p { color: rgb(147,215,186); }
H1.HeaderClassName
{
color: #93D7BA;
}
.AnyTagClassName
{
color: #93D7BA;
}
</style>
background-color css
<style>
a { background-color: #93D7BA; }
a { background-color: rgb(147,215,186); }
div.DivClassName
{
background-color: #93D7BA;
}
.BgClassName
{
background-color: #93D7BA;
}
</style>
border-color css
<style>
span { border-color: #93D7BA; }
span { border-color: rgb(147,215,186); }
td.TdClassName
{
border-color: #93D7BA;
}
.TagClassName
{
border-color: #93D7BA;
}
</style>