Shades of Vista Blue #93F6BA
Tints of Vista Blue #93F6BA
RGB
CMYK
RGB Variations
Color information
#93F6BA (or 0x93F6BA) is known color: Vista Blue. HEX triplet: 93, F6 and BA. RGB value is (147,246,186). Sum of RGB (Red+Green+Blue) = 147+246+186=579 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.39% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F6BA is #6C0945. Grayscale: #D1D1D1. Windows color (decimal): -7080262 or 12252819. OLE color: 12252819.
HSL color Cylindrical-coordinate representation of color #93F6BA: hue angle of 143.64º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F6BA is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 186 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.04 |
| HSL | 143.64º | 0.85% | 0.77% | - |
| HSV(B) | 143.64º | 0.4% | 0.96% | - |
| XYZ | 53.85 | 75.66 | 58.22 | - |
| YUV | 209.56 | 114.7 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 186 | 0.40 | 0 | 0.24 | 0.04 | 143.64 | 0.85 | 0.77 |
| Hex | 93 | F6 | BA | 28 | 0 | 18 | 4 | 90 | 55 | 4D |
| Octal | 223 | 366 | 272 | 50 | 0 | 30 | 4 | 220 | 125 | 115 |
| Binary | 10010011 | 11110110 | 10111010 | 101000 | 0 | 11000 | 100 | 10010000 | 1010101 | 1001101 |
Color Harmonies of #93F6BA
Complementary color
Monochromatic Colors of #93F6BA
Black with #93F6BA
Text Example
Text Example
White with #93F6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F6BA; }
p { color: rgb(147,246,186); }
H1.HeaderClassName
{
color: #93F6BA;
}
.AnyTagClassName
{
color: #93F6BA;
}
</style>
background-color css
<style>
a { background-color: #93F6BA; }
a { background-color: rgb(147,246,186); }
div.DivClassName
{
background-color: #93F6BA;
}
.BgClassName
{
background-color: #93F6BA;
}
</style>
border-color css
<style>
span { border-color: #93F6BA; }
span { border-color: rgb(147,246,186); }
td.TdClassName
{
border-color: #93F6BA;
}
.TagClassName
{
border-color: #93F6BA;
}
</style>