Shades of Vista Blue #93DDB7
Tints of Vista Blue #93DDB7
RGB
CMYK
RGB Variations
Color information
#93DDB7 (or 0x93DDB7) is known color: Vista Blue. HEX triplet: 93, DD and B7. RGB value is (147,221,183). Sum of RGB (Red+Green+Blue) = 147+221+183=551 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.68% from 551); Green value is 221 (86.72% from 255 or 40.11% from 551); Blue value is 183 (71.88% from 255 or 33.21% from 551); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDB7 is #6C2248. Grayscale: #C2C2C2. Windows color (decimal): -7086665 or 12049811. OLE color: 12049811.
HSL color Cylindrical-coordinate representation of color #93DDB7: hue angle of 149.19º 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 #93DDB7 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 221 | 183 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.13 |
| HSL | 149.19º | 0.52% | 0.72% | - |
| HSV(B) | 149.19º | 0.33% | 0.87% | - |
| XYZ | 46.44 | 61.33 | 54.19 | - |
| YUV | 194.54 | 121.48 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 221 | 183 | 0.33 | 0 | 0.17 | 0.13 | 149.19 | 0.52 | 0.72 |
| Hex | 93 | DD | B7 | 21 | 0 | 11 | D | 95 | 34 | 48 |
| Octal | 223 | 335 | 267 | 41 | 0 | 21 | 15 | 225 | 64 | 110 |
| Binary | 10010011 | 11011101 | 10110111 | 100001 | 0 | 10001 | 1101 | 10010101 | 110100 | 1001000 |
Color Harmonies of #93DDB7
Complementary color
Monochromatic Colors of #93DDB7
Black with #93DDB7
Text Example
Text Example
White with #93DDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DDB7; }
p { color: rgb(147,221,183); }
H1.HeaderClassName
{
color: #93DDB7;
}
.AnyTagClassName
{
color: #93DDB7;
}
</style>
background-color css
<style>
a { background-color: #93DDB7; }
a { background-color: rgb(147,221,183); }
div.DivClassName
{
background-color: #93DDB7;
}
.BgClassName
{
background-color: #93DDB7;
}
</style>
border-color css
<style>
span { border-color: #93DDB7; }
span { border-color: rgb(147,221,183); }
td.TdClassName
{
border-color: #93DDB7;
}
.TagClassName
{
border-color: #93DDB7;
}
</style>