Shades of Vista Blue #93E5BC
Tints of Vista Blue #93E5BC
RGB
CMYK
RGB Variations
Color information
#93E5BC (or 0x93E5BC) is known color: Vista Blue. HEX triplet: 93, E5 and BC. RGB value is (147,229,188). Sum of RGB (Red+Green+Blue) = 147+229+188=564 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.06% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #93E5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93E5BC is #6C1A43. Grayscale: #C7C7C7. Windows color (decimal): -7084612 or 12379539. OLE color: 12379539.
HSL color Cylindrical-coordinate representation of color #93E5BC: hue angle of 150º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93E5BC is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 229 | 188 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.10 |
| HSL | 150º | 0.61% | 0.74% | - |
| HSV(B) | 150º | 0.36% | 0.9% | - |
| XYZ | 49.13 | 65.87 | 57.7 | - |
| YUV | 199.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 229 | 188 | 0.36 | 0 | 0.18 | 0.10 | 150 | 0.61 | 0.74 |
| Hex | 93 | E5 | BC | 24 | 0 | 12 | A | 96 | 3D | 4A |
| Octal | 223 | 345 | 274 | 44 | 0 | 22 | 12 | 226 | 75 | 112 |
| Binary | 10010011 | 11100101 | 10111100 | 100100 | 0 | 10010 | 1010 | 10010110 | 111101 | 1001010 |
Color Harmonies of #93E5BC
Complementary color
Monochromatic Colors of #93E5BC
Black with #93E5BC
Text Example
Text Example
White with #93E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E5BC; }
p { color: rgb(147,229,188); }
H1.HeaderClassName
{
color: #93E5BC;
}
.AnyTagClassName
{
color: #93E5BC;
}
</style>
background-color css
<style>
a { background-color: #93E5BC; }
a { background-color: rgb(147,229,188); }
div.DivClassName
{
background-color: #93E5BC;
}
.BgClassName
{
background-color: #93E5BC;
}
</style>
border-color css
<style>
span { border-color: #93E5BC; }
span { border-color: rgb(147,229,188); }
td.TdClassName
{
border-color: #93E5BC;
}
.TagClassName
{
border-color: #93E5BC;
}
</style>