Shades of Vista Blue #93DAB7
Tints of Vista Blue #93DAB7
RGB
CMYK
RGB Variations
Color information
#93DAB7 (or 0x93DAB7) is known color: Vista Blue. HEX triplet: 93, DA and B7. RGB value is (147,218,183). Sum of RGB (Red+Green+Blue) = 147+218+183=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #93DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DAB7 is #6C2548. Grayscale: #C0C0C0. Windows color (decimal): -7087433 or 12049043. OLE color: 12049043.
HSL color Cylindrical-coordinate representation of color #93DAB7: hue angle of 150.42º 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 #93DAB7 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 218 | 183 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.15 |
| HSL | 150.42º | 0.49% | 0.72% | - |
| HSV(B) | 150.42º | 0.33% | 0.85% | - |
| XYZ | 45.65 | 59.76 | 53.93 | - |
| YUV | 192.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 218 | 183 | 0.33 | 0 | 0.16 | 0.15 | 150.42 | 0.49 | 0.72 |
| Hex | 93 | DA | B7 | 21 | 0 | 10 | F | 96 | 31 | 48 |
| Octal | 223 | 332 | 267 | 41 | 0 | 20 | 17 | 226 | 61 | 110 |
| Binary | 10010011 | 11011010 | 10110111 | 100001 | 0 | 10000 | 1111 | 10010110 | 110001 | 1001000 |
Color Harmonies of #93DAB7
Complementary color
Monochromatic Colors of #93DAB7
Black with #93DAB7
Text Example
Text Example
White with #93DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DAB7; }
p { color: rgb(147,218,183); }
H1.HeaderClassName
{
color: #93DAB7;
}
.AnyTagClassName
{
color: #93DAB7;
}
</style>
background-color css
<style>
a { background-color: #93DAB7; }
a { background-color: rgb(147,218,183); }
div.DivClassName
{
background-color: #93DAB7;
}
.BgClassName
{
background-color: #93DAB7;
}
</style>
border-color css
<style>
span { border-color: #93DAB7; }
span { border-color: rgb(147,218,183); }
td.TdClassName
{
border-color: #93DAB7;
}
.TagClassName
{
border-color: #93DAB7;
}
</style>