Shades of Vista Blue #93E1BB
Tints of Vista Blue #93E1BB
RGB
CMYK
RGB Variations
Color information
#93E1BB (or 0x93E1BB) is known color: Vista Blue. HEX triplet: 93, E1 and BB. RGB value is (147,225,187). Sum of RGB (Red+Green+Blue) = 147+225+187=559 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.30% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #93E1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E1BB is #6C1E44. Grayscale: #C5C5C5. Windows color (decimal): -7085637 or 12312979. OLE color: 12312979.
HSL color Cylindrical-coordinate representation of color #93E1BB: hue angle of 150.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #93E1BB is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 225 | 187 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.12 |
| HSL | 150.77º | 0.57% | 0.73% | - |
| HSV(B) | 150.77º | 0.35% | 0.88% | - |
| XYZ | 47.93 | 63.64 | 56.77 | - |
| YUV | 197.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 225 | 187 | 0.35 | 0 | 0.17 | 0.12 | 150.77 | 0.57 | 0.73 |
| Hex | 93 | E1 | BB | 23 | 0 | 11 | C | 97 | 39 | 49 |
| Octal | 223 | 341 | 273 | 43 | 0 | 21 | 14 | 227 | 71 | 111 |
| Binary | 10010011 | 11100001 | 10111011 | 100011 | 0 | 10001 | 1100 | 10010111 | 111001 | 1001001 |
Color Harmonies of #93E1BB
Complementary color
Monochromatic Colors of #93E1BB
Black with #93E1BB
Text Example
Text Example
White with #93E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E1BB; }
p { color: rgb(147,225,187); }
H1.HeaderClassName
{
color: #93E1BB;
}
.AnyTagClassName
{
color: #93E1BB;
}
</style>
background-color css
<style>
a { background-color: #93E1BB; }
a { background-color: rgb(147,225,187); }
div.DivClassName
{
background-color: #93E1BB;
}
.BgClassName
{
background-color: #93E1BB;
}
</style>
border-color css
<style>
span { border-color: #93E1BB; }
span { border-color: rgb(147,225,187); }
td.TdClassName
{
border-color: #93E1BB;
}
.TagClassName
{
border-color: #93E1BB;
}
</style>