Shades of Vista Blue #93C7AD
Tints of Vista Blue #93C7AD
RGB
CMYK
RGB Variations
Color information
#93C7AD (or 0x93C7AD) is known color: Vista Blue. HEX triplet: 93, C7 and AD. RGB value is (147,199,173). Sum of RGB (Red+Green+Blue) = 147+199+173=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 199 - color contains mainly: green. Hex color #93C7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C7AD is #6C3852. Grayscale: #B4B4B4. Windows color (decimal): -7092307 or 11388819. OLE color: 11388819.
HSL color Cylindrical-coordinate representation of color #93C7AD: hue angle of 150º degrees, saturation: 0.32, 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 #93C7AD is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 199 | 173 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.22 |
| HSL | 150º | 0.32% | 0.68% | - |
| HSV(B) | 150º | 0.26% | 0.78% | - |
| XYZ | 40 | 50.07 | 47.09 | - |
| YUV | 180.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 199 | 173 | 0.26 | 0 | 0.13 | 0.22 | 150 | 0.32 | 0.68 |
| Hex | 93 | C7 | AD | 1A | 0 | D | 16 | 96 | 20 | 44 |
| Octal | 223 | 307 | 255 | 32 | 0 | 15 | 26 | 226 | 40 | 104 |
| Binary | 10010011 | 11000111 | 10101101 | 11010 | 0 | 1101 | 10110 | 10010110 | 100000 | 1000100 |
Color Harmonies of #93C7AD
Complementary color
Monochromatic Colors of #93C7AD
Black with #93C7AD
Text Example
Text Example
White with #93C7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C7AD; }
p { color: rgb(147,199,173); }
H1.HeaderClassName
{
color: #93C7AD;
}
.AnyTagClassName
{
color: #93C7AD;
}
</style>
background-color css
<style>
a { background-color: #93C7AD; }
a { background-color: rgb(147,199,173); }
div.DivClassName
{
background-color: #93C7AD;
}
.BgClassName
{
background-color: #93C7AD;
}
</style>
border-color css
<style>
span { border-color: #93C7AD; }
span { border-color: rgb(147,199,173); }
td.TdClassName
{
border-color: #93C7AD;
}
.TagClassName
{
border-color: #93C7AD;
}
</style>