Shades of Vista Blue #93E3B9
Tints of Vista Blue #93E3B9
RGB
CMYK
RGB Variations
Color information
#93E3B9 (or 0x93E3B9) is known color: Vista Blue. HEX triplet: 93, E3 and B9. RGB value is (147,227,185). Sum of RGB (Red+Green+Blue) = 147+227+185=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #93E3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E3B9 is #6C1C46. Grayscale: #C6C6C6. Windows color (decimal): -7085127 or 12182419. OLE color: 12182419.
HSL color Cylindrical-coordinate representation of color #93E3B9: hue angle of 148.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E3B9 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 227 | 185 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.11 |
| HSL | 148.5º | 0.59% | 0.73% | - |
| HSV(B) | 148.5º | 0.35% | 0.89% | - |
| XYZ | 48.26 | 64.64 | 55.83 | - |
| YUV | 198.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 227 | 185 | 0.35 | 0 | 0.19 | 0.11 | 148.5 | 0.59 | 0.73 |
| Hex | 93 | E3 | B9 | 23 | 0 | 13 | B | 94 | 3B | 49 |
| Octal | 223 | 343 | 271 | 43 | 0 | 23 | 13 | 224 | 73 | 111 |
| Binary | 10010011 | 11100011 | 10111001 | 100011 | 0 | 10011 | 1011 | 10010100 | 111011 | 1001001 |
Color Harmonies of #93E3B9
Complementary color
Monochromatic Colors of #93E3B9
Black with #93E3B9
Text Example
Text Example
White with #93E3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E3B9; }
p { color: rgb(147,227,185); }
H1.HeaderClassName
{
color: #93E3B9;
}
.AnyTagClassName
{
color: #93E3B9;
}
</style>
background-color css
<style>
a { background-color: #93E3B9; }
a { background-color: rgb(147,227,185); }
div.DivClassName
{
background-color: #93E3B9;
}
.BgClassName
{
background-color: #93E3B9;
}
</style>
border-color css
<style>
span { border-color: #93E3B9; }
span { border-color: rgb(147,227,185); }
td.TdClassName
{
border-color: #93E3B9;
}
.TagClassName
{
border-color: #93E3B9;
}
</style>