Shades of Vista Blue #93E4BC
Tints of Vista Blue #93E4BC
RGB
CMYK
RGB Variations
Color information
#93E4BC (or 0x93E4BC) is known color: Vista Blue. HEX triplet: 93, E4 and BC. RGB value is (147,228,188). Sum of RGB (Red+Green+Blue) = 147+228+188=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #93E4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E4BC is #6C1B43. Grayscale: #C7C7C7. Windows color (decimal): -7084868 or 12379283. OLE color: 12379283.
HSL color Cylindrical-coordinate representation of color #93E4BC: hue angle of 150.37º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E4BC is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 147 | 228 | 188 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.11 |
| HSL | 150.37º | 0.6% | 0.74% | - |
| HSV(B) | 150.37º | 0.36% | 0.89% | - |
| XYZ | 48.85 | 65.32 | 57.61 | - |
| YUV | 199.22 | 121.66 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 228 | 188 | 0.36 | 0 | 0.18 | 0.11 | 150.37 | 0.6 | 0.74 |
| Hex | 93 | E4 | BC | 24 | 0 | 12 | B | 96 | 3C | 4A |
| Octal | 223 | 344 | 274 | 44 | 0 | 22 | 13 | 226 | 74 | 112 |
| Binary | 10010011 | 11100100 | 10111100 | 100100 | 0 | 10010 | 1011 | 10010110 | 111100 | 1001010 |
Color Harmonies of #93E4BC
Complementary color
Monochromatic Colors of #93E4BC
Black with #93E4BC
Text Example
Text Example
White with #93E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E4BC; }
p { color: rgb(147,228,188); }
H1.HeaderClassName
{
color: #93E4BC;
}
.AnyTagClassName
{
color: #93E4BC;
}
</style>
background-color css
<style>
a { background-color: #93E4BC; }
a { background-color: rgb(147,228,188); }
div.DivClassName
{
background-color: #93E4BC;
}
.BgClassName
{
background-color: #93E4BC;
}
</style>
border-color css
<style>
span { border-color: #93E4BC; }
span { border-color: rgb(147,228,188); }
td.TdClassName
{
border-color: #93E4BC;
}
.TagClassName
{
border-color: #93E4BC;
}
</style>