Shades of Vista Blue #93D0AE
Tints of Vista Blue #93D0AE
RGB
CMYK
RGB Variations
Color information
#93D0AE (or 0x93D0AE) is known color: Vista Blue. HEX triplet: 93, D0 and AE. RGB value is (147,208,174). Sum of RGB (Red+Green+Blue) = 147+208+174=529 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.79% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 174 (68.36% from 255 or 32.89% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D0AE is #6C2F51. Grayscale: #B9B9B9. Windows color (decimal): -7090002 or 11456659. OLE color: 11456659.
HSL color Cylindrical-coordinate representation of color #93D0AE: hue angle of 146.56º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D0AE is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 174 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.18 |
| HSL | 146.56º | 0.39% | 0.7% | - |
| HSV(B) | 146.56º | 0.29% | 0.82% | - |
| XYZ | 42.23 | 54.37 | 48.31 | - |
| YUV | 185.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 174 | 0.29 | 0 | 0.16 | 0.18 | 146.56 | 0.39 | 0.7 |
| Hex | 93 | D0 | AE | 1D | 0 | 10 | 12 | 93 | 27 | 46 |
| Octal | 223 | 320 | 256 | 35 | 0 | 20 | 22 | 223 | 47 | 106 |
| Binary | 10010011 | 11010000 | 10101110 | 11101 | 0 | 10000 | 10010 | 10010011 | 100111 | 1000110 |
Color Harmonies of #93D0AE
Complementary color
Monochromatic Colors of #93D0AE
Black with #93D0AE
Text Example
Text Example
White with #93D0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0AE; }
p { color: rgb(147,208,174); }
H1.HeaderClassName
{
color: #93D0AE;
}
.AnyTagClassName
{
color: #93D0AE;
}
</style>
background-color css
<style>
a { background-color: #93D0AE; }
a { background-color: rgb(147,208,174); }
div.DivClassName
{
background-color: #93D0AE;
}
.BgClassName
{
background-color: #93D0AE;
}
</style>
border-color css
<style>
span { border-color: #93D0AE; }
span { border-color: rgb(147,208,174); }
td.TdClassName
{
border-color: #93D0AE;
}
.TagClassName
{
border-color: #93D0AE;
}
</style>