Shades of Vista Blue #93C9AC
Tints of Vista Blue #93C9AC
RGB
CMYK
RGB Variations
Color information
#93C9AC (or 0x93C9AC) is known color: Vista Blue. HEX triplet: 93, C9 and AC. RGB value is (147,201,172). Sum of RGB (Red+Green+Blue) = 147+201+172=520 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.27% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #93C9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C9AC is #6C3653. Grayscale: #B5B5B5. Windows color (decimal): -7091796 or 11323795. OLE color: 11323795.
HSL color Cylindrical-coordinate representation of color #93C9AC: hue angle of 147.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93C9AC is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 201 | 172 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.21 |
| HSL | 147.78º | 0.33% | 0.68% | - |
| HSV(B) | 147.78º | 0.27% | 0.79% | - |
| XYZ | 40.37 | 50.95 | 46.74 | - |
| YUV | 181.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 201 | 172 | 0.27 | 0 | 0.14 | 0.21 | 147.78 | 0.33 | 0.68 |
| Hex | 93 | C9 | AC | 1B | 0 | E | 15 | 94 | 21 | 44 |
| Octal | 223 | 311 | 254 | 33 | 0 | 16 | 25 | 224 | 41 | 104 |
| Binary | 10010011 | 11001001 | 10101100 | 11011 | 0 | 1110 | 10101 | 10010100 | 100001 | 1000100 |
Color Harmonies of #93C9AC
Complementary color
Monochromatic Colors of #93C9AC
Black with #93C9AC
Text Example
Text Example
White with #93C9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C9AC; }
p { color: rgb(147,201,172); }
H1.HeaderClassName
{
color: #93C9AC;
}
.AnyTagClassName
{
color: #93C9AC;
}
</style>
background-color css
<style>
a { background-color: #93C9AC; }
a { background-color: rgb(147,201,172); }
div.DivClassName
{
background-color: #93C9AC;
}
.BgClassName
{
background-color: #93C9AC;
}
</style>
border-color css
<style>
span { border-color: #93C9AC; }
span { border-color: rgb(147,201,172); }
td.TdClassName
{
border-color: #93C9AC;
}
.TagClassName
{
border-color: #93C9AC;
}
</style>