Shades of Vista Blue #93D3AD
Tints of Vista Blue #93D3AD
RGB
CMYK
RGB Variations
Color information
#93D3AD (or 0x93D3AD) is known color: Vista Blue. HEX triplet: 93, D3 and AD. RGB value is (147,211,173). Sum of RGB (Red+Green+Blue) = 147+211+173=531 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.68% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #93D3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D3AD is #6C2C52. Grayscale: #BBBBBB. Windows color (decimal): -7089235 or 11391891. OLE color: 11391891.
HSL color Cylindrical-coordinate representation of color #93D3AD: hue angle of 144.38º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D3AD is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 211 | 173 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.17 |
| HSL | 144.38º | 0.42% | 0.7% | - |
| HSV(B) | 144.38º | 0.3% | 0.83% | - |
| XYZ | 42.87 | 55.81 | 48.05 | - |
| YUV | 187.53 | 119.8 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 211 | 173 | 0.30 | 0 | 0.18 | 0.17 | 144.38 | 0.42 | 0.7 |
| Hex | 93 | D3 | AD | 1E | 0 | 12 | 11 | 90 | 2A | 46 |
| Octal | 223 | 323 | 255 | 36 | 0 | 22 | 21 | 220 | 52 | 106 |
| Binary | 10010011 | 11010011 | 10101101 | 11110 | 0 | 10010 | 10001 | 10010000 | 101010 | 1000110 |
Color Harmonies of #93D3AD
Complementary color
Monochromatic Colors of #93D3AD
Black with #93D3AD
Text Example
Text Example
White with #93D3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D3AD; }
p { color: rgb(147,211,173); }
H1.HeaderClassName
{
color: #93D3AD;
}
.AnyTagClassName
{
color: #93D3AD;
}
</style>
background-color css
<style>
a { background-color: #93D3AD; }
a { background-color: rgb(147,211,173); }
div.DivClassName
{
background-color: #93D3AD;
}
.BgClassName
{
background-color: #93D3AD;
}
</style>
border-color css
<style>
span { border-color: #93D3AD; }
span { border-color: rgb(147,211,173); }
td.TdClassName
{
border-color: #93D3AD;
}
.TagClassName
{
border-color: #93D3AD;
}
</style>