Shades of Vista Blue #93D0AB
Tints of Vista Blue #93D0AB
RGB
CMYK
RGB Variations
Color information
#93D0AB (or 0x93D0AB) is known color: Vista Blue. HEX triplet: 93, D0 and AB. RGB value is (147,208,171). Sum of RGB (Red+Green+Blue) = 147+208+171=526 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.95% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #93D0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D0AB is #6C2F54. Grayscale: #B9B9B9. Windows color (decimal): -7090005 or 11260051. OLE color: 11260051.
HSL color Cylindrical-coordinate representation of color #93D0AB: hue angle of 143.61º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93D0AB is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 208 | 171 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.18 |
| HSL | 143.61º | 0.39% | 0.7% | - |
| HSV(B) | 143.61º | 0.29% | 0.82% | - |
| XYZ | 41.94 | 54.26 | 46.79 | - |
| YUV | 185.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 208 | 171 | 0.29 | 0 | 0.18 | 0.18 | 143.61 | 0.39 | 0.7 |
| Hex | 93 | D0 | AB | 1D | 0 | 12 | 12 | 90 | 27 | 46 |
| Octal | 223 | 320 | 253 | 35 | 0 | 22 | 22 | 220 | 47 | 106 |
| Binary | 10010011 | 11010000 | 10101011 | 11101 | 0 | 10010 | 10010 | 10010000 | 100111 | 1000110 |
Color Harmonies of #93D0AB
Complementary color
Monochromatic Colors of #93D0AB
Black with #93D0AB
Text Example
Text Example
White with #93D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D0AB; }
p { color: rgb(147,208,171); }
H1.HeaderClassName
{
color: #93D0AB;
}
.AnyTagClassName
{
color: #93D0AB;
}
</style>
background-color css
<style>
a { background-color: #93D0AB; }
a { background-color: rgb(147,208,171); }
div.DivClassName
{
background-color: #93D0AB;
}
.BgClassName
{
background-color: #93D0AB;
}
</style>
border-color css
<style>
span { border-color: #93D0AB; }
span { border-color: rgb(147,208,171); }
td.TdClassName
{
border-color: #93D0AB;
}
.TagClassName
{
border-color: #93D0AB;
}
</style>