Shades of Vista Blue #93EABD
Tints of Vista Blue #93EABD
RGB
CMYK
RGB Variations
Color information
#93EABD (or 0x93EABD) is known color: Vista Blue. HEX triplet: 93, EA and BD. RGB value is (147,234,189). Sum of RGB (Red+Green+Blue) = 147+234+189=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #93EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EABD is #6C1542. Grayscale: #CACACA. Windows color (decimal): -7083331 or 12446355. OLE color: 12446355.
HSL color Cylindrical-coordinate representation of color #93EABD: hue angle of 148.97º degrees, saturation: 0.67, 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 #93EABD is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 189 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.08 |
| HSL | 148.97º | 0.67% | 0.75% | - |
| HSV(B) | 148.97º | 0.37% | 0.92% | - |
| XYZ | 50.64 | 68.72 | 58.74 | - |
| YUV | 202.86 | 120.18 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 189 | 0.37 | 0 | 0.19 | 0.08 | 148.97 | 0.67 | 0.75 |
| Hex | 93 | EA | BD | 25 | 0 | 13 | 8 | 95 | 43 | 4B |
| Octal | 223 | 352 | 275 | 45 | 0 | 23 | 10 | 225 | 103 | 113 |
| Binary | 10010011 | 11101010 | 10111101 | 100101 | 0 | 10011 | 1000 | 10010101 | 1000011 | 1001011 |
Color Harmonies of #93EABD
Complementary color
Monochromatic Colors of #93EABD
Black with #93EABD
Text Example
Text Example
White with #93EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EABD; }
p { color: rgb(147,234,189); }
H1.HeaderClassName
{
color: #93EABD;
}
.AnyTagClassName
{
color: #93EABD;
}
</style>
background-color css
<style>
a { background-color: #93EABD; }
a { background-color: rgb(147,234,189); }
div.DivClassName
{
background-color: #93EABD;
}
.BgClassName
{
background-color: #93EABD;
}
</style>
border-color css
<style>
span { border-color: #93EABD; }
span { border-color: rgb(147,234,189); }
td.TdClassName
{
border-color: #93EABD;
}
.TagClassName
{
border-color: #93EABD;
}
</style>