Shades of Vista Blue #93EDB5
Tints of Vista Blue #93EDB5
RGB
CMYK
RGB Variations
Color information
#93EDB5 (or 0x93EDB5) is known color: Vista Blue. HEX triplet: 93, ED and B5. RGB value is (147,237,181). Sum of RGB (Red+Green+Blue) = 147+237+181=565 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.02% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 181 (71.09% from 255 or 32.04% from 565); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDB5 is #6C124A. Grayscale: #CBCBCB. Windows color (decimal): -7082571 or 11922835. OLE color: 11922835.
HSL color Cylindrical-coordinate representation of color #93EDB5: hue angle of 142.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EDB5 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 181 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.07 |
| HSL | 142.67º | 0.71% | 0.75% | - |
| HSV(B) | 142.67º | 0.38% | 0.93% | - |
| XYZ | 50.66 | 70.11 | 54.58 | - |
| YUV | 203.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 181 | 0.38 | 0 | 0.24 | 0.07 | 142.67 | 0.71 | 0.75 |
| Hex | 93 | ED | B5 | 26 | 0 | 18 | 7 | 8F | 47 | 4B |
| Octal | 223 | 355 | 265 | 46 | 0 | 30 | 7 | 217 | 107 | 113 |
| Binary | 10010011 | 11101101 | 10110101 | 100110 | 0 | 11000 | 111 | 10001111 | 1000111 | 1001011 |
Color Harmonies of #93EDB5
Complementary color
Monochromatic Colors of #93EDB5
Black with #93EDB5
Text Example
Text Example
White with #93EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDB5; }
p { color: rgb(147,237,181); }
H1.HeaderClassName
{
color: #93EDB5;
}
.AnyTagClassName
{
color: #93EDB5;
}
</style>
background-color css
<style>
a { background-color: #93EDB5; }
a { background-color: rgb(147,237,181); }
div.DivClassName
{
background-color: #93EDB5;
}
.BgClassName
{
background-color: #93EDB5;
}
</style>
border-color css
<style>
span { border-color: #93EDB5; }
span { border-color: rgb(147,237,181); }
td.TdClassName
{
border-color: #93EDB5;
}
.TagClassName
{
border-color: #93EDB5;
}
</style>