Shades of Vista Blue #93EBB2
Tints of Vista Blue #93EBB2
RGB
CMYK
RGB Variations
Color information
#93EBB2 (or 0x93EBB2) is known color: Vista Blue. HEX triplet: 93, EB and B2. RGB value is (147,235,178). Sum of RGB (Red+Green+Blue) = 147+235+178=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBB2 is #6C144D. Grayscale: #CACACA. Windows color (decimal): -7083086 or 11725715. OLE color: 11725715.
HSL color Cylindrical-coordinate representation of color #93EBB2: hue angle of 141.14º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBB2 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 235 | 178 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.08 |
| HSL | 141.14º | 0.69% | 0.75% | - |
| HSV(B) | 141.14º | 0.37% | 0.92% | - |
| XYZ | 49.78 | 68.83 | 52.78 | - |
| YUV | 202.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 235 | 178 | 0.37 | 0 | 0.24 | 0.08 | 141.14 | 0.69 | 0.75 |
| Hex | 93 | EB | B2 | 25 | 0 | 18 | 8 | 8D | 45 | 4B |
| Octal | 223 | 353 | 262 | 45 | 0 | 30 | 10 | 215 | 105 | 113 |
| Binary | 10010011 | 11101011 | 10110010 | 100101 | 0 | 11000 | 1000 | 10001101 | 1000101 | 1001011 |
Color Harmonies of #93EBB2
Complementary color
Monochromatic Colors of #93EBB2
Black with #93EBB2
Text Example
Text Example
White with #93EBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EBB2; }
p { color: rgb(147,235,178); }
H1.HeaderClassName
{
color: #93EBB2;
}
.AnyTagClassName
{
color: #93EBB2;
}
</style>
background-color css
<style>
a { background-color: #93EBB2; }
a { background-color: rgb(147,235,178); }
div.DivClassName
{
background-color: #93EBB2;
}
.BgClassName
{
background-color: #93EBB2;
}
</style>
border-color css
<style>
span { border-color: #93EBB2; }
span { border-color: rgb(147,235,178); }
td.TdClassName
{
border-color: #93EBB2;
}
.TagClassName
{
border-color: #93EBB2;
}
</style>