Shades of Vista Blue #93C4AC
Tints of Vista Blue #93C4AC
RGB
CMYK
RGB Variations
Color information
#93C4AC (or 0x93C4AC) is known color: Vista Blue. HEX triplet: 93, C4 and AC. RGB value is (147,196,172). Sum of RGB (Red+Green+Blue) = 147+196+172=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #93C4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C4AC is #6C3B53. Grayscale: #B2B2B2. Windows color (decimal): -7093076 or 11322515. OLE color: 11322515.
HSL color Cylindrical-coordinate representation of color #93C4AC: hue angle of 150.61º degrees, saturation: 0.29, 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 #93C4AC is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 196 | 172 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.23 |
| HSL | 150.61º | 0.29% | 0.67% | - |
| HSV(B) | 150.61º | 0.25% | 0.77% | - |
| XYZ | 39.22 | 48.66 | 46.36 | - |
| YUV | 178.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 196 | 172 | 0.25 | 0 | 0.12 | 0.23 | 150.61 | 0.29 | 0.67 |
| Hex | 93 | C4 | AC | 19 | 0 | C | 17 | 97 | 1D | 43 |
| Octal | 223 | 304 | 254 | 31 | 0 | 14 | 27 | 227 | 35 | 103 |
| Binary | 10010011 | 11000100 | 10101100 | 11001 | 0 | 1100 | 10111 | 10010111 | 11101 | 1000011 |
Color Harmonies of #93C4AC
Complementary color
Monochromatic Colors of #93C4AC
Black with #93C4AC
Text Example
Text Example
White with #93C4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C4AC; }
p { color: rgb(147,196,172); }
H1.HeaderClassName
{
color: #93C4AC;
}
.AnyTagClassName
{
color: #93C4AC;
}
</style>
background-color css
<style>
a { background-color: #93C4AC; }
a { background-color: rgb(147,196,172); }
div.DivClassName
{
background-color: #93C4AC;
}
.BgClassName
{
background-color: #93C4AC;
}
</style>
border-color css
<style>
span { border-color: #93C4AC; }
span { border-color: rgb(147,196,172); }
td.TdClassName
{
border-color: #93C4AC;
}
.TagClassName
{
border-color: #93C4AC;
}
</style>