Shades of Vista Blue #93C5AA
Tints of Vista Blue #93C5AA
RGB
CMYK
RGB Variations
Color information
#93C5AA (or 0x93C5AA) is known color: Vista Blue. HEX triplet: 93, C5 and AA. RGB value is (147,197,170). Sum of RGB (Red+Green+Blue) = 147+197+170=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 197 - color contains mainly: green. Hex color #93C5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C5AA is #6C3A55. Grayscale: #B3B3B3. Windows color (decimal): -7092822 or 11191699. OLE color: 11191699.
HSL color Cylindrical-coordinate representation of color #93C5AA: hue angle of 147.6º 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 #93C5AA is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 147 | 197 | 170 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.23 |
| HSL | 147.6º | 0.3% | 0.67% | - |
| HSV(B) | 147.6º | 0.25% | 0.77% | - |
| XYZ | 39.25 | 49.04 | 45.43 | - |
| YUV | 178.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 170 | 0.25 | 0 | 0.14 | 0.23 | 147.6 | 0.3 | 0.67 |
| Hex | 93 | C5 | AA | 19 | 0 | E | 17 | 94 | 1E | 43 |
| Octal | 223 | 305 | 252 | 31 | 0 | 16 | 27 | 224 | 36 | 103 |
| Binary | 10010011 | 11000101 | 10101010 | 11001 | 0 | 1110 | 10111 | 10010100 | 11110 | 1000011 |
Color Harmonies of #93C5AA
Complementary color
Monochromatic Colors of #93C5AA
Black with #93C5AA
Text Example
Text Example
White with #93C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5AA; }
p { color: rgb(147,197,170); }
H1.HeaderClassName
{
color: #93C5AA;
}
.AnyTagClassName
{
color: #93C5AA;
}
</style>
background-color css
<style>
a { background-color: #93C5AA; }
a { background-color: rgb(147,197,170); }
div.DivClassName
{
background-color: #93C5AA;
}
.BgClassName
{
background-color: #93C5AA;
}
</style>
border-color css
<style>
span { border-color: #93C5AA; }
span { border-color: rgb(147,197,170); }
td.TdClassName
{
border-color: #93C5AA;
}
.TagClassName
{
border-color: #93C5AA;
}
</style>