Shades of Vista Blue #93D7B0
Tints of Vista Blue #93D7B0
RGB
CMYK
RGB Variations
Color information
#93D7B0 (or 0x93D7B0) is known color: Vista Blue. HEX triplet: 93, D7 and B0. RGB value is (147,215,176). Sum of RGB (Red+Green+Blue) = 147+215+176=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #93D7B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D7B0 is #6C284F. Grayscale: #BEBEBE. Windows color (decimal): -7088208 or 11589523. OLE color: 11589523.
HSL color Cylindrical-coordinate representation of color #93D7B0: hue angle of 145.59º 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 #93D7B0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 215 | 176 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.16 |
| HSL | 145.59º | 0.46% | 0.71% | - |
| HSV(B) | 145.59º | 0.32% | 0.84% | - |
| XYZ | 44.17 | 57.94 | 49.93 | - |
| YUV | 190.22 | 119.97 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 215 | 176 | 0.32 | 0 | 0.18 | 0.16 | 145.59 | 0.46 | 0.71 |
| Hex | 93 | D7 | B0 | 20 | 0 | 12 | 10 | 92 | 2E | 47 |
| Octal | 223 | 327 | 260 | 40 | 0 | 22 | 20 | 222 | 56 | 107 |
| Binary | 10010011 | 11010111 | 10110000 | 100000 | 0 | 10010 | 10000 | 10010010 | 101110 | 1000111 |
Color Harmonies of #93D7B0
Complementary color
Monochromatic Colors of #93D7B0
Black with #93D7B0
Text Example
Text Example
White with #93D7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D7B0; }
p { color: rgb(147,215,176); }
H1.HeaderClassName
{
color: #93D7B0;
}
.AnyTagClassName
{
color: #93D7B0;
}
</style>
background-color css
<style>
a { background-color: #93D7B0; }
a { background-color: rgb(147,215,176); }
div.DivClassName
{
background-color: #93D7B0;
}
.BgClassName
{
background-color: #93D7B0;
}
</style>
border-color css
<style>
span { border-color: #93D7B0; }
span { border-color: rgb(147,215,176); }
td.TdClassName
{
border-color: #93D7B0;
}
.TagClassName
{
border-color: #93D7B0;
}
</style>