Shades of Vista Blue #93D7BC
Tints of Vista Blue #93D7BC
RGB
CMYK
RGB Variations
Color information
#93D7BC (or 0x93D7BC) is known color: Vista Blue. HEX triplet: 93, D7 and BC. RGB value is (147,215,188). Sum of RGB (Red+Green+Blue) = 147+215+188=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #93D7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D7BC is #6C2843. Grayscale: #BFBFBF. Windows color (decimal): -7088196 or 12375955. OLE color: 12375955.
HSL color Cylindrical-coordinate representation of color #93D7BC: hue angle of 156.18º 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 #93D7BC is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 188 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.16 |
| HSL | 156.18º | 0.46% | 0.71% | - |
| HSV(B) | 156.18º | 0.32% | 0.84% | - |
| XYZ | 45.41 | 58.43 | 56.46 | - |
| YUV | 191.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 188 | 0.32 | 0 | 0.13 | 0.16 | 156.18 | 0.46 | 0.71 |
| Hex | 93 | D7 | BC | 20 | 0 | D | 10 | 9C | 2E | 47 |
| Octal | 223 | 327 | 274 | 40 | 0 | 15 | 20 | 234 | 56 | 107 |
| Binary | 10010011 | 11010111 | 10111100 | 100000 | 0 | 1101 | 10000 | 10011100 | 101110 | 1000111 |
Color Harmonies of #93D7BC
Complementary color
Monochromatic Colors of #93D7BC
Black with #93D7BC
Text Example
Text Example
White with #93D7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D7BC; }
p { color: rgb(147,215,188); }
H1.HeaderClassName
{
color: #93D7BC;
}
.AnyTagClassName
{
color: #93D7BC;
}
</style>
background-color css
<style>
a { background-color: #93D7BC; }
a { background-color: rgb(147,215,188); }
div.DivClassName
{
background-color: #93D7BC;
}
.BgClassName
{
background-color: #93D7BC;
}
</style>
border-color css
<style>
span { border-color: #93D7BC; }
span { border-color: rgb(147,215,188); }
td.TdClassName
{
border-color: #93D7BC;
}
.TagClassName
{
border-color: #93D7BC;
}
</style>