Shades of Vista Blue #93EDB3
Tints of Vista Blue #93EDB3
RGB
CMYK
RGB Variations
Color information
#93EDB3 (or 0x93EDB3) is known color: Vista Blue. HEX triplet: 93, ED and B3. RGB value is (147,237,179). Sum of RGB (Red+Green+Blue) = 147+237+179=563 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.11% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EDB3 is #6C124C. Grayscale: #CBCBCB. Windows color (decimal): -7082573 or 11791763. OLE color: 11791763.
HSL color Cylindrical-coordinate representation of color #93EDB3: hue angle of 141.33º 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 #93EDB3 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 179 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.07 |
| HSL | 141.33º | 0.71% | 0.75% | - |
| HSV(B) | 141.33º | 0.38% | 0.93% | - |
| XYZ | 50.45 | 70.03 | 53.51 | - |
| YUV | 203.48 | 114.18 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 179 | 0.38 | 0 | 0.24 | 0.07 | 141.33 | 0.71 | 0.75 |
| Hex | 93 | ED | B3 | 26 | 0 | 18 | 7 | 8D | 47 | 4B |
| Octal | 223 | 355 | 263 | 46 | 0 | 30 | 7 | 215 | 107 | 113 |
| Binary | 10010011 | 11101101 | 10110011 | 100110 | 0 | 11000 | 111 | 10001101 | 1000111 | 1001011 |
Color Harmonies of #93EDB3
Complementary color
Monochromatic Colors of #93EDB3
Black with #93EDB3
Text Example
Text Example
White with #93EDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EDB3; }
p { color: rgb(147,237,179); }
H1.HeaderClassName
{
color: #93EDB3;
}
.AnyTagClassName
{
color: #93EDB3;
}
</style>
background-color css
<style>
a { background-color: #93EDB3; }
a { background-color: rgb(147,237,179); }
div.DivClassName
{
background-color: #93EDB3;
}
.BgClassName
{
background-color: #93EDB3;
}
</style>
border-color css
<style>
span { border-color: #93EDB3; }
span { border-color: rgb(147,237,179); }
td.TdClassName
{
border-color: #93EDB3;
}
.TagClassName
{
border-color: #93EDB3;
}
</style>