Shades of Vista Blue #93E9B5
Tints of Vista Blue #93E9B5
RGB
CMYK
RGB Variations
Color information
#93E9B5 (or 0x93E9B5) is known color: Vista Blue. HEX triplet: 93, E9 and B5. RGB value is (147,233,181). Sum of RGB (Red+Green+Blue) = 147+233+181=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9B5 is #6C164A. Grayscale: #C9C9C9. Windows color (decimal): -7083595 or 11921811. OLE color: 11921811.
HSL color Cylindrical-coordinate representation of color #93E9B5: hue angle of 143.72º 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 #93E9B5 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 181 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.09 |
| HSL | 143.72º | 0.66% | 0.75% | - |
| HSV(B) | 143.72º | 0.37% | 0.91% | - |
| XYZ | 49.51 | 67.82 | 54.2 | - |
| YUV | 201.36 | 116.51 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 181 | 0.37 | 0 | 0.22 | 0.09 | 143.72 | 0.66 | 0.75 |
| Hex | 93 | E9 | B5 | 25 | 0 | 16 | 9 | 90 | 42 | 4B |
| Octal | 223 | 351 | 265 | 45 | 0 | 26 | 11 | 220 | 102 | 113 |
| Binary | 10010011 | 11101001 | 10110101 | 100101 | 0 | 10110 | 1001 | 10010000 | 1000010 | 1001011 |
Color Harmonies of #93E9B5
Complementary color
Monochromatic Colors of #93E9B5
Black with #93E9B5
Text Example
Text Example
White with #93E9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E9B5; }
p { color: rgb(147,233,181); }
H1.HeaderClassName
{
color: #93E9B5;
}
.AnyTagClassName
{
color: #93E9B5;
}
</style>
background-color css
<style>
a { background-color: #93E9B5; }
a { background-color: rgb(147,233,181); }
div.DivClassName
{
background-color: #93E9B5;
}
.BgClassName
{
background-color: #93E9B5;
}
</style>
border-color css
<style>
span { border-color: #93E9B5; }
span { border-color: rgb(147,233,181); }
td.TdClassName
{
border-color: #93E9B5;
}
.TagClassName
{
border-color: #93E9B5;
}
</style>