Shades of Vista Blue #93DBAB
Tints of Vista Blue #93DBAB
RGB
CMYK
RGB Variations
Color information
#93DBAB (or 0x93DBAB) is known color: Vista Blue. HEX triplet: 93, DB and AB. RGB value is (147,219,171). Sum of RGB (Red+Green+Blue) = 147+219+171=537 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.37% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBAB is #6C2454. Grayscale: #C0C0C0. Windows color (decimal): -7087189 or 11262867. OLE color: 11262867.
HSL color Cylindrical-coordinate representation of color #93DBAB: hue angle of 140º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DBAB is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 171 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.14 |
| HSL | 140º | 0.5% | 0.72% | - |
| HSV(B) | 140º | 0.33% | 0.86% | - |
| XYZ | 44.71 | 59.81 | 47.72 | - |
| YUV | 192 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 171 | 0.33 | 0 | 0.22 | 0.14 | 140 | 0.5 | 0.72 |
| Hex | 93 | DB | AB | 21 | 0 | 16 | E | 8C | 32 | 48 |
| Octal | 223 | 333 | 253 | 41 | 0 | 26 | 16 | 214 | 62 | 110 |
| Binary | 10010011 | 11011011 | 10101011 | 100001 | 0 | 10110 | 1110 | 10001100 | 110010 | 1001000 |
Color Harmonies of #93DBAB
Complementary color
Monochromatic Colors of #93DBAB
Black with #93DBAB
Text Example
Text Example
White with #93DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBAB; }
p { color: rgb(147,219,171); }
H1.HeaderClassName
{
color: #93DBAB;
}
.AnyTagClassName
{
color: #93DBAB;
}
</style>
background-color css
<style>
a { background-color: #93DBAB; }
a { background-color: rgb(147,219,171); }
div.DivClassName
{
background-color: #93DBAB;
}
.BgClassName
{
background-color: #93DBAB;
}
</style>
border-color css
<style>
span { border-color: #93DBAB; }
span { border-color: rgb(147,219,171); }
td.TdClassName
{
border-color: #93DBAB;
}
.TagClassName
{
border-color: #93DBAB;
}
</style>