Shades of Vista Blue #93DBAA
Tints of Vista Blue #93DBAA
RGB
CMYK
RGB Variations
Color information
#93DBAA (or 0x93DBAA) is known color: Vista Blue. HEX triplet: 93, DB and AA. RGB value is (147,219,170). Sum of RGB (Red+Green+Blue) = 147+219+170=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DBAA is #6C2455. Grayscale: #C0C0C0. Windows color (decimal): -7087190 or 11197331. OLE color: 11197331.
HSL color Cylindrical-coordinate representation of color #93DBAA: hue angle of 139.17º 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 #93DBAA is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 219 | 170 | - |
| CMYK | 0.33 | 0 | 0.22 | 0.14 |
| HSL | 139.17º | 0.5% | 0.72% | - |
| HSV(B) | 139.17º | 0.33% | 0.86% | - |
| XYZ | 44.62 | 59.77 | 47.21 | - |
| YUV | 191.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 219 | 170 | 0.33 | 0 | 0.22 | 0.14 | 139.17 | 0.5 | 0.72 |
| Hex | 93 | DB | AA | 21 | 0 | 16 | E | 8B | 32 | 48 |
| Octal | 223 | 333 | 252 | 41 | 0 | 26 | 16 | 213 | 62 | 110 |
| Binary | 10010011 | 11011011 | 10101010 | 100001 | 0 | 10110 | 1110 | 10001011 | 110010 | 1001000 |
Color Harmonies of #93DBAA
Complementary color
Monochromatic Colors of #93DBAA
Black with #93DBAA
Text Example
Text Example
White with #93DBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DBAA; }
p { color: rgb(147,219,170); }
H1.HeaderClassName
{
color: #93DBAA;
}
.AnyTagClassName
{
color: #93DBAA;
}
</style>
background-color css
<style>
a { background-color: #93DBAA; }
a { background-color: rgb(147,219,170); }
div.DivClassName
{
background-color: #93DBAA;
}
.BgClassName
{
background-color: #93DBAA;
}
</style>
border-color css
<style>
span { border-color: #93DBAA; }
span { border-color: rgb(147,219,170); }
td.TdClassName
{
border-color: #93DBAA;
}
.TagClassName
{
border-color: #93DBAA;
}
</style>