Shades of Vista Blue #93F7B5
Tints of Vista Blue #93F7B5
RGB
CMYK
RGB Variations
Color information
#93F7B5 (or 0x93F7B5) is known color: Vista Blue. HEX triplet: 93, F7 and B5. RGB value is (147,247,181). Sum of RGB (Red+Green+Blue) = 147+247+181=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7B5 is #6C084A. Grayscale: #D1D1D1. Windows color (decimal): -7080011 or 11925395. OLE color: 11925395.
HSL color Cylindrical-coordinate representation of color #93F7B5: hue angle of 140.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7B5 is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 181 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.03 |
| HSL | 140.4º | 0.86% | 0.77% | - |
| HSV(B) | 140.4º | 0.4% | 0.97% | - |
| XYZ | 53.63 | 76.06 | 55.57 | - |
| YUV | 209.58 | 111.87 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 181 | 0.40 | 0 | 0.27 | 0.03 | 140.4 | 0.86 | 0.77 |
| Hex | 93 | F7 | B5 | 28 | 0 | 1B | 3 | 8C | 56 | 4D |
| Octal | 223 | 367 | 265 | 50 | 0 | 33 | 3 | 214 | 126 | 115 |
| Binary | 10010011 | 11110111 | 10110101 | 101000 | 0 | 11011 | 11 | 10001100 | 1010110 | 1001101 |
Color Harmonies of #93F7B5
Complementary color
Monochromatic Colors of #93F7B5
Black with #93F7B5
Text Example
Text Example
White with #93F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F7B5; }
p { color: rgb(147,247,181); }
H1.HeaderClassName
{
color: #93F7B5;
}
.AnyTagClassName
{
color: #93F7B5;
}
</style>
background-color css
<style>
a { background-color: #93F7B5; }
a { background-color: rgb(147,247,181); }
div.DivClassName
{
background-color: #93F7B5;
}
.BgClassName
{
background-color: #93F7B5;
}
</style>
border-color css
<style>
span { border-color: #93F7B5; }
span { border-color: rgb(147,247,181); }
td.TdClassName
{
border-color: #93F7B5;
}
.TagClassName
{
border-color: #93F7B5;
}
</style>