Shades of Vista Blue #93C5AC
Tints of Vista Blue #93C5AC
RGB
CMYK
RGB Variations
Color information
#93C5AC (or 0x93C5AC) is known color: Vista Blue. HEX triplet: 93, C5 and AC. RGB value is (147,197,172). Sum of RGB (Red+Green+Blue) = 147+197+172=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #93C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C5AC is #6C3A53. Grayscale: #B3B3B3. Windows color (decimal): -7092820 or 11322771. OLE color: 11322771.
HSL color Cylindrical-coordinate representation of color #93C5AC: hue angle of 150º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93C5AC is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 172 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.23 |
| HSL | 150º | 0.3% | 0.67% | - |
| HSV(B) | 150º | 0.25% | 0.77% | - |
| XYZ | 39.45 | 49.11 | 46.43 | - |
| YUV | 179.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 172 | 0.25 | 0 | 0.13 | 0.23 | 150 | 0.3 | 0.67 |
| Hex | 93 | C5 | AC | 19 | 0 | D | 17 | 96 | 1E | 43 |
| Octal | 223 | 305 | 254 | 31 | 0 | 15 | 27 | 226 | 36 | 103 |
| Binary | 10010011 | 11000101 | 10101100 | 11001 | 0 | 1101 | 10111 | 10010110 | 11110 | 1000011 |
Color Harmonies of #93C5AC
Complementary color
Monochromatic Colors of #93C5AC
Black with #93C5AC
Text Example
Text Example
White with #93C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5AC; }
p { color: rgb(147,197,172); }
H1.HeaderClassName
{
color: #93C5AC;
}
.AnyTagClassName
{
color: #93C5AC;
}
</style>
background-color css
<style>
a { background-color: #93C5AC; }
a { background-color: rgb(147,197,172); }
div.DivClassName
{
background-color: #93C5AC;
}
.BgClassName
{
background-color: #93C5AC;
}
</style>
border-color css
<style>
span { border-color: #93C5AC; }
span { border-color: rgb(147,197,172); }
td.TdClassName
{
border-color: #93C5AC;
}
.TagClassName
{
border-color: #93C5AC;
}
</style>