Shades of Vista Blue #93E8AF
Tints of Vista Blue #93E8AF
RGB
CMYK
RGB Variations
Color information
#93E8AF (or 0x93E8AF) is known color: Vista Blue. HEX triplet: 93, E8 and AF. RGB value is (147,232,175). Sum of RGB (Red+Green+Blue) = 147+232+175=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 232 - color contains mainly: green. Hex color #93E8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93E8AF is #6C1750. Grayscale: #C8C8C8. Windows color (decimal): -7083857 or 11528339. OLE color: 11528339.
HSL color Cylindrical-coordinate representation of color #93E8AF: hue angle of 139.76º 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 #93E8AF is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 175 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.09 |
| HSL | 139.76º | 0.65% | 0.74% | - |
| HSV(B) | 139.76º | 0.37% | 0.91% | - |
| XYZ | 48.63 | 67.01 | 50.93 | - |
| YUV | 200.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 175 | 0.37 | 0 | 0.25 | 0.09 | 139.76 | 0.65 | 0.74 |
| Hex | 93 | E8 | AF | 25 | 0 | 19 | 9 | 8C | 41 | 4A |
| Octal | 223 | 350 | 257 | 45 | 0 | 31 | 11 | 214 | 101 | 112 |
| Binary | 10010011 | 11101000 | 10101111 | 100101 | 0 | 11001 | 1001 | 10001100 | 1000001 | 1001010 |
Color Harmonies of #93E8AF
Complementary color
Monochromatic Colors of #93E8AF
Black with #93E8AF
Text Example
Text Example
White with #93E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E8AF; }
p { color: rgb(147,232,175); }
H1.HeaderClassName
{
color: #93E8AF;
}
.AnyTagClassName
{
color: #93E8AF;
}
</style>
background-color css
<style>
a { background-color: #93E8AF; }
a { background-color: rgb(147,232,175); }
div.DivClassName
{
background-color: #93E8AF;
}
.BgClassName
{
background-color: #93E8AF;
}
</style>
border-color css
<style>
span { border-color: #93E8AF; }
span { border-color: rgb(147,232,175); }
td.TdClassName
{
border-color: #93E8AF;
}
.TagClassName
{
border-color: #93E8AF;
}
</style>