Shades of Vista Blue #93DDAB
Tints of Vista Blue #93DDAB
RGB
CMYK
RGB Variations
Color information
#93DDAB (or 0x93DDAB) is known color: Vista Blue. HEX triplet: 93, DD and AB. RGB value is (147,221,171). Sum of RGB (Red+Green+Blue) = 147+221+171=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DDAB is #6C2254. Grayscale: #C1C1C1. Windows color (decimal): -7086677 or 11263379. OLE color: 11263379.
HSL color Cylindrical-coordinate representation of color #93DDAB: hue angle of 139.46º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDAB is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 171 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.13 |
| HSL | 139.46º | 0.52% | 0.72% | - |
| HSV(B) | 139.46º | 0.33% | 0.87% | - |
| XYZ | 45.24 | 60.86 | 47.89 | - |
| YUV | 193.17 | 115.48 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 171 | 0.33 | 0 | 0.23 | 0.13 | 139.46 | 0.52 | 0.72 |
| Hex | 93 | DD | AB | 21 | 0 | 17 | D | 8B | 34 | 48 |
| Octal | 223 | 335 | 253 | 41 | 0 | 27 | 15 | 213 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10101011 | 100001 | 0 | 10111 | 1101 | 10001011 | 110100 | 1001000 |
Color Harmonies of #93DDAB
Complementary color
Monochromatic Colors of #93DDAB
Black with #93DDAB
Text Example
Text Example
White with #93DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDAB; }
p { color: rgb(147,221,171); }
H1.HeaderClassName
{
color: #93DDAB;
}
.AnyTagClassName
{
color: #93DDAB;
}
</style>
background-color css
<style>
a { background-color: #93DDAB; }
a { background-color: rgb(147,221,171); }
div.DivClassName
{
background-color: #93DDAB;
}
.BgClassName
{
background-color: #93DDAB;
}
</style>
border-color css
<style>
span { border-color: #93DDAB; }
span { border-color: rgb(147,221,171); }
td.TdClassName
{
border-color: #93DDAB;
}
.TagClassName
{
border-color: #93DDAB;
}
</style>