Shades of Vista Blue #93DFB7
Tints of Vista Blue #93DFB7
RGB
CMYK
RGB Variations
Color information
#93DFB7 (or 0x93DFB7) is known color: Vista Blue. HEX triplet: 93, DF and B7. RGB value is (147,223,183). Sum of RGB (Red+Green+Blue) = 147+223+183=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #93DFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DFB7 is #6C2048. Grayscale: #C3C3C3. Windows color (decimal): -7086153 or 12050323. OLE color: 12050323.
HSL color Cylindrical-coordinate representation of color #93DFB7: hue angle of 148.42º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DFB7 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 223 | 183 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.13 |
| HSL | 148.42º | 0.54% | 0.73% | - |
| HSV(B) | 148.42º | 0.34% | 0.87% | - |
| XYZ | 46.97 | 62.4 | 54.37 | - |
| YUV | 195.72 | 120.82 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 223 | 183 | 0.34 | 0 | 0.18 | 0.13 | 148.42 | 0.54 | 0.73 |
| Hex | 93 | DF | B7 | 22 | 0 | 12 | D | 94 | 36 | 49 |
| Octal | 223 | 337 | 267 | 42 | 0 | 22 | 15 | 224 | 66 | 111 |
| Binary | 10010011 | 11011111 | 10110111 | 100010 | 0 | 10010 | 1101 | 10010100 | 110110 | 1001001 |
Color Harmonies of #93DFB7
Complementary color
Monochromatic Colors of #93DFB7
Black with #93DFB7
Text Example
Text Example
White with #93DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DFB7; }
p { color: rgb(147,223,183); }
H1.HeaderClassName
{
color: #93DFB7;
}
.AnyTagClassName
{
color: #93DFB7;
}
</style>
background-color css
<style>
a { background-color: #93DFB7; }
a { background-color: rgb(147,223,183); }
div.DivClassName
{
background-color: #93DFB7;
}
.BgClassName
{
background-color: #93DFB7;
}
</style>
border-color css
<style>
span { border-color: #93DFB7; }
span { border-color: rgb(147,223,183); }
td.TdClassName
{
border-color: #93DFB7;
}
.TagClassName
{
border-color: #93DFB7;
}
</style>