Shades of Vista Blue #93F6B9
Tints of Vista Blue #93F6B9
RGB
CMYK
RGB Variations
Color information
#93F6B9 (or 0x93F6B9) is known color: Vista Blue. HEX triplet: 93, F6 and B9. RGB value is (147,246,185). Sum of RGB (Red+Green+Blue) = 147+246+185=578 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.43% from 578); Green value is 246 (96.48% from 255 or 42.56% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 246 - color contains mainly: green. Hex color #93F6B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F6B9 is #6C0946. Grayscale: #D1D1D1. Windows color (decimal): -7080263 or 12187283. OLE color: 12187283.
HSL color Cylindrical-coordinate representation of color #93F6B9: hue angle of 143.03º 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 #93F6B9 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 246 | 185 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.04 |
| HSL | 143.03º | 0.85% | 0.77% | - |
| HSV(B) | 143.03º | 0.4% | 0.96% | - |
| XYZ | 53.75 | 75.62 | 57.66 | - |
| YUV | 209.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 246 | 185 | 0.40 | 0 | 0.25 | 0.04 | 143.03 | 0.85 | 0.77 |
| Hex | 93 | F6 | B9 | 28 | 0 | 19 | 4 | 8F | 55 | 4D |
| Octal | 223 | 366 | 271 | 50 | 0 | 31 | 4 | 217 | 125 | 115 |
| Binary | 10010011 | 11110110 | 10111001 | 101000 | 0 | 11001 | 100 | 10001111 | 1010101 | 1001101 |
Color Harmonies of #93F6B9
Complementary color
Monochromatic Colors of #93F6B9
Black with #93F6B9
Text Example
Text Example
White with #93F6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F6B9; }
p { color: rgb(147,246,185); }
H1.HeaderClassName
{
color: #93F6B9;
}
.AnyTagClassName
{
color: #93F6B9;
}
</style>
background-color css
<style>
a { background-color: #93F6B9; }
a { background-color: rgb(147,246,185); }
div.DivClassName
{
background-color: #93F6B9;
}
.BgClassName
{
background-color: #93F6B9;
}
</style>
border-color css
<style>
span { border-color: #93F6B9; }
span { border-color: rgb(147,246,185); }
td.TdClassName
{
border-color: #93F6B9;
}
.TagClassName
{
border-color: #93F6B9;
}
</style>