Shades of Vista Blue #93C6AA
Tints of Vista Blue #93C6AA
RGB
CMYK
RGB Variations
Color information
#93C6AA (or 0x93C6AA) is known color: Vista Blue. HEX triplet: 93, C6 and AA. RGB value is (147,198,170). Sum of RGB (Red+Green+Blue) = 147+198+170=515 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.54% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #93C6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C6AA is #6C3955. Grayscale: #B3B3B3. Windows color (decimal): -7092566 or 11191955. OLE color: 11191955.
HSL color Cylindrical-coordinate representation of color #93C6AA: hue angle of 147.06º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93C6AA is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 170 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.22 |
| HSL | 147.06º | 0.31% | 0.68% | - |
| HSV(B) | 147.06º | 0.26% | 0.78% | - |
| XYZ | 39.48 | 49.49 | 45.5 | - |
| YUV | 179.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 170 | 0.26 | 0 | 0.14 | 0.22 | 147.06 | 0.31 | 0.68 |
| Hex | 93 | C6 | AA | 1A | 0 | E | 16 | 93 | 1F | 44 |
| Octal | 223 | 306 | 252 | 32 | 0 | 16 | 26 | 223 | 37 | 104 |
| Binary | 10010011 | 11000110 | 10101010 | 11010 | 0 | 1110 | 10110 | 10010011 | 11111 | 1000100 |
Color Harmonies of #93C6AA
Complementary color
Monochromatic Colors of #93C6AA
Black with #93C6AA
Text Example
Text Example
White with #93C6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C6AA; }
p { color: rgb(147,198,170); }
H1.HeaderClassName
{
color: #93C6AA;
}
.AnyTagClassName
{
color: #93C6AA;
}
</style>
background-color css
<style>
a { background-color: #93C6AA; }
a { background-color: rgb(147,198,170); }
div.DivClassName
{
background-color: #93C6AA;
}
.BgClassName
{
background-color: #93C6AA;
}
</style>
border-color css
<style>
span { border-color: #93C6AA; }
span { border-color: rgb(147,198,170); }
td.TdClassName
{
border-color: #93C6AA;
}
.TagClassName
{
border-color: #93C6AA;
}
</style>