Shades of Vista Blue #93E8AC
Tints of Vista Blue #93E8AC
RGB
CMYK
RGB Variations
Color information
#93E8AC (or 0x93E8AC) is known color: Vista Blue. HEX triplet: 93, E8 and AC. RGB value is (147,232,172). Sum of RGB (Red+Green+Blue) = 147+232+172=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93E8AC is #6C1753. Grayscale: #C7C7C7. Windows color (decimal): -7083860 or 11331731. OLE color: 11331731.
HSL color Cylindrical-coordinate representation of color #93E8AC: hue angle of 137.65º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E8AC is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 172 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.09 |
| HSL | 137.65º | 0.65% | 0.74% | - |
| HSV(B) | 137.65º | 0.37% | 0.91% | - |
| XYZ | 48.34 | 66.89 | 49.39 | - |
| YUV | 199.75 | 112.34 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 172 | 0.37 | 0 | 0.26 | 0.09 | 137.65 | 0.65 | 0.74 |
| Hex | 93 | E8 | AC | 25 | 0 | 1A | 9 | 8A | 41 | 4A |
| Octal | 223 | 350 | 254 | 45 | 0 | 32 | 11 | 212 | 101 | 112 |
| Binary | 10010011 | 11101000 | 10101100 | 100101 | 0 | 11010 | 1001 | 10001010 | 1000001 | 1001010 |
Color Harmonies of #93E8AC
Complementary color
Monochromatic Colors of #93E8AC
Black with #93E8AC
Text Example
Text Example
White with #93E8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E8AC; }
p { color: rgb(147,232,172); }
H1.HeaderClassName
{
color: #93E8AC;
}
.AnyTagClassName
{
color: #93E8AC;
}
</style>
background-color css
<style>
a { background-color: #93E8AC; }
a { background-color: rgb(147,232,172); }
div.DivClassName
{
background-color: #93E8AC;
}
.BgClassName
{
background-color: #93E8AC;
}
</style>
border-color css
<style>
span { border-color: #93E8AC; }
span { border-color: rgb(147,232,172); }
td.TdClassName
{
border-color: #93E8AC;
}
.TagClassName
{
border-color: #93E8AC;
}
</style>