Shades of Vista Blue #93E9B4
Tints of Vista Blue #93E9B4
RGB
CMYK
RGB Variations
Color information
#93E9B4 (or 0x93E9B4) is known color: Vista Blue. HEX triplet: 93, E9 and B4. RGB value is (147,233,180). Sum of RGB (Red+Green+Blue) = 147+233+180=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #93E9B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93E9B4 is #6C164B. Grayscale: #C9C9C9. Windows color (decimal): -7083596 or 11856275. OLE color: 11856275.
HSL color Cylindrical-coordinate representation of color #93E9B4: hue angle of 143.02º 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 #93E9B4 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 233 | 180 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.09 |
| HSL | 143.02º | 0.66% | 0.75% | - |
| HSV(B) | 143.02º | 0.37% | 0.91% | - |
| XYZ | 49.41 | 67.78 | 53.66 | - |
| YUV | 201.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 233 | 180 | 0.37 | 0 | 0.23 | 0.09 | 143.02 | 0.66 | 0.75 |
| Hex | 93 | E9 | B4 | 25 | 0 | 17 | 9 | 8F | 42 | 4B |
| Octal | 223 | 351 | 264 | 45 | 0 | 27 | 11 | 217 | 102 | 113 |
| Binary | 10010011 | 11101001 | 10110100 | 100101 | 0 | 10111 | 1001 | 10001111 | 1000010 | 1001011 |
Color Harmonies of #93E9B4
Complementary color
Monochromatic Colors of #93E9B4
Black with #93E9B4
Text Example
Text Example
White with #93E9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E9B4; }
p { color: rgb(147,233,180); }
H1.HeaderClassName
{
color: #93E9B4;
}
.AnyTagClassName
{
color: #93E9B4;
}
</style>
background-color css
<style>
a { background-color: #93E9B4; }
a { background-color: rgb(147,233,180); }
div.DivClassName
{
background-color: #93E9B4;
}
.BgClassName
{
background-color: #93E9B4;
}
</style>
border-color css
<style>
span { border-color: #93E9B4; }
span { border-color: rgb(147,233,180); }
td.TdClassName
{
border-color: #93E9B4;
}
.TagClassName
{
border-color: #93E9B4;
}
</style>