Shades of Vista Blue #93F2B9
Tints of Vista Blue #93F2B9
RGB
CMYK
RGB Variations
Color information
#93F2B9 (or 0x93F2B9) is known color: Vista Blue. HEX triplet: 93, F2 and B9. RGB value is (147,242,185). Sum of RGB (Red+Green+Blue) = 147+242+185=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 185 (72.66% from 255 or 32.23% from 574); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F2B9 is #6C0D46. Grayscale: #CFCFCF. Windows color (decimal): -7081287 or 12186259. OLE color: 12186259.
HSL color Cylindrical-coordinate representation of color #93F2B9: hue angle of 144º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F2B9 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 185 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.05 |
| HSL | 144º | 0.79% | 0.76% | - |
| HSV(B) | 144º | 0.39% | 0.95% | - |
| XYZ | 52.54 | 73.21 | 57.26 | - |
| YUV | 207.1 | 115.53 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 185 | 0.39 | 0 | 0.24 | 0.05 | 144 | 0.79 | 0.76 |
| Hex | 93 | F2 | B9 | 27 | 0 | 18 | 5 | 90 | 4F | 4C |
| Octal | 223 | 362 | 271 | 47 | 0 | 30 | 5 | 220 | 117 | 114 |
| Binary | 10010011 | 11110010 | 10111001 | 100111 | 0 | 11000 | 101 | 10010000 | 1001111 | 1001100 |
Color Harmonies of #93F2B9
Complementary color
Monochromatic Colors of #93F2B9
Black with #93F2B9
Text Example
Text Example
White with #93F2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F2B9; }
p { color: rgb(147,242,185); }
H1.HeaderClassName
{
color: #93F2B9;
}
.AnyTagClassName
{
color: #93F2B9;
}
</style>
background-color css
<style>
a { background-color: #93F2B9; }
a { background-color: rgb(147,242,185); }
div.DivClassName
{
background-color: #93F2B9;
}
.BgClassName
{
background-color: #93F2B9;
}
</style>
border-color css
<style>
span { border-color: #93F2B9; }
span { border-color: rgb(147,242,185); }
td.TdClassName
{
border-color: #93F2B9;
}
.TagClassName
{
border-color: #93F2B9;
}
</style>