Shades of Vista Blue #93F7BA
Tints of Vista Blue #93F7BA
RGB
CMYK
RGB Variations
Color information
#93F7BA (or 0x93F7BA) is known color: Vista Blue. HEX triplet: 93, F7 and BA. RGB value is (147,247,186). Sum of RGB (Red+Green+Blue) = 147+247+186=580 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.34% from 580); Green value is 247 (96.88% from 255 or 42.59% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7BA is #6C0845. Grayscale: #D2D2D2. Windows color (decimal): -7080006 or 12253075. OLE color: 12253075.
HSL color Cylindrical-coordinate representation of color #93F7BA: hue angle of 143.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7BA is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 186 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.03 |
| HSL | 143.4º | 0.86% | 0.77% | - |
| HSV(B) | 143.4º | 0.4% | 0.97% | - |
| XYZ | 54.16 | 76.27 | 58.32 | - |
| YUV | 210.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 186 | 0.40 | 0 | 0.25 | 0.03 | 143.4 | 0.86 | 0.77 |
| Hex | 93 | F7 | BA | 28 | 0 | 19 | 3 | 8F | 56 | 4D |
| Octal | 223 | 367 | 272 | 50 | 0 | 31 | 3 | 217 | 126 | 115 |
| Binary | 10010011 | 11110111 | 10111010 | 101000 | 0 | 11001 | 11 | 10001111 | 1010110 | 1001101 |
Color Harmonies of #93F7BA
Complementary color
Monochromatic Colors of #93F7BA
Black with #93F7BA
Text Example
Text Example
White with #93F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F7BA; }
p { color: rgb(147,247,186); }
H1.HeaderClassName
{
color: #93F7BA;
}
.AnyTagClassName
{
color: #93F7BA;
}
</style>
background-color css
<style>
a { background-color: #93F7BA; }
a { background-color: rgb(147,247,186); }
div.DivClassName
{
background-color: #93F7BA;
}
.BgClassName
{
background-color: #93F7BA;
}
</style>
border-color css
<style>
span { border-color: #93F7BA; }
span { border-color: rgb(147,247,186); }
td.TdClassName
{
border-color: #93F7BA;
}
.TagClassName
{
border-color: #93F7BA;
}
</style>