Shades of Vista Blue #93E9C0
Tints of Vista Blue #93E9C0
RGB
CMYK
RGB Variations
Color information
#93E9C0 (or 0x93E9C0) is known color: Vista Blue. HEX triplet: 93, E9 and C0. RGB value is (147,233,192). Sum of RGB (Red+Green+Blue) = 147+233+192=572 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.70% from 572); Green value is 233 (91.41% from 255 or 40.73% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9C0 is #6C163F. Grayscale: #CACACA. Windows color (decimal): -7083584 or 12642707. OLE color: 12642707.
HSL color Cylindrical-coordinate representation of color #93E9C0: hue angle of 151.4º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93E9C0 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 192 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.09 |
| HSL | 151.4º | 0.66% | 0.75% | - |
| HSV(B) | 151.4º | 0.37% | 0.91% | - |
| XYZ | 50.69 | 68.29 | 60.38 | - |
| YUV | 202.61 | 122.01 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 192 | 0.37 | 0 | 0.18 | 0.09 | 151.4 | 0.66 | 0.75 |
| Hex | 93 | E9 | C0 | 25 | 0 | 12 | 9 | 97 | 42 | 4B |
| Octal | 223 | 351 | 300 | 45 | 0 | 22 | 11 | 227 | 102 | 113 |
| Binary | 10010011 | 11101001 | 11000000 | 100101 | 0 | 10010 | 1001 | 10010111 | 1000010 | 1001011 |
Color Harmonies of #93E9C0
Complementary color
Monochromatic Colors of #93E9C0
Black with #93E9C0
Text Example
Text Example
White with #93E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E9C0; }
p { color: rgb(147,233,192); }
H1.HeaderClassName
{
color: #93E9C0;
}
.AnyTagClassName
{
color: #93E9C0;
}
</style>
background-color css
<style>
a { background-color: #93E9C0; }
a { background-color: rgb(147,233,192); }
div.DivClassName
{
background-color: #93E9C0;
}
.BgClassName
{
background-color: #93E9C0;
}
</style>
border-color css
<style>
span { border-color: #93E9C0; }
span { border-color: rgb(147,233,192); }
td.TdClassName
{
border-color: #93E9C0;
}
.TagClassName
{
border-color: #93E9C0;
}
</style>