Shades of Vista Blue #93DAB9
Tints of Vista Blue #93DAB9
RGB
CMYK
RGB Variations
Color information
#93DAB9 (or 0x93DAB9) is known color: Vista Blue. HEX triplet: 93, DA and B9. RGB value is (147,218,185). Sum of RGB (Red+Green+Blue) = 147+218+185=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAB9 is #6C2546. Grayscale: #C1C1C1. Windows color (decimal): -7087431 or 12180115. OLE color: 12180115.
HSL color Cylindrical-coordinate representation of color #93DAB9: hue angle of 152.11º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DAB9 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 185 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.15 |
| HSL | 152.11º | 0.49% | 0.72% | - |
| HSV(B) | 152.11º | 0.33% | 0.85% | - |
| XYZ | 45.86 | 59.85 | 55.03 | - |
| YUV | 193.01 | 123.48 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 185 | 0.33 | 0 | 0.15 | 0.15 | 152.11 | 0.49 | 0.72 |
| Hex | 93 | DA | B9 | 21 | 0 | F | F | 98 | 31 | 48 |
| Octal | 223 | 332 | 271 | 41 | 0 | 17 | 17 | 230 | 61 | 110 |
| Binary | 10010011 | 11011010 | 10111001 | 100001 | 0 | 1111 | 1111 | 10011000 | 110001 | 1001000 |
Color Harmonies of #93DAB9
Complementary color
Monochromatic Colors of #93DAB9
Black with #93DAB9
Text Example
Text Example
White with #93DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAB9; }
p { color: rgb(147,218,185); }
H1.HeaderClassName
{
color: #93DAB9;
}
.AnyTagClassName
{
color: #93DAB9;
}
</style>
background-color css
<style>
a { background-color: #93DAB9; }
a { background-color: rgb(147,218,185); }
div.DivClassName
{
background-color: #93DAB9;
}
.BgClassName
{
background-color: #93DAB9;
}
</style>
border-color css
<style>
span { border-color: #93DAB9; }
span { border-color: rgb(147,218,185); }
td.TdClassName
{
border-color: #93DAB9;
}
.TagClassName
{
border-color: #93DAB9;
}
</style>