Shades of Vista Blue #93D6BB
Tints of Vista Blue #93D6BB
RGB
CMYK
RGB Variations
Color information
#93D6BB (or 0x93D6BB) is known color: Vista Blue. HEX triplet: 93, D6 and BB. RGB value is (147,214,187). Sum of RGB (Red+Green+Blue) = 147+214+187=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #93D6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93D6BB is #6C2944. Grayscale: #BEBEBE. Windows color (decimal): -7088453 or 12310163. OLE color: 12310163.
HSL color Cylindrical-coordinate representation of color #93D6BB: hue angle of 155.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D6BB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 214 | 187 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.16 |
| HSL | 155.82º | 0.45% | 0.71% | - |
| HSV(B) | 155.82º | 0.31% | 0.84% | - |
| XYZ | 45.05 | 57.88 | 55.81 | - |
| YUV | 190.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 214 | 187 | 0.31 | 0 | 0.13 | 0.16 | 155.82 | 0.45 | 0.71 |
| Hex | 93 | D6 | BB | 1F | 0 | D | 10 | 9C | 2D | 47 |
| Octal | 223 | 326 | 273 | 37 | 0 | 15 | 20 | 234 | 55 | 107 |
| Binary | 10010011 | 11010110 | 10111011 | 11111 | 0 | 1101 | 10000 | 10011100 | 101101 | 1000111 |
Color Harmonies of #93D6BB
Complementary color
Monochromatic Colors of #93D6BB
Black with #93D6BB
Text Example
Text Example
White with #93D6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D6BB; }
p { color: rgb(147,214,187); }
H1.HeaderClassName
{
color: #93D6BB;
}
.AnyTagClassName
{
color: #93D6BB;
}
</style>
background-color css
<style>
a { background-color: #93D6BB; }
a { background-color: rgb(147,214,187); }
div.DivClassName
{
background-color: #93D6BB;
}
.BgClassName
{
background-color: #93D6BB;
}
</style>
border-color css
<style>
span { border-color: #93D6BB; }
span { border-color: rgb(147,214,187); }
td.TdClassName
{
border-color: #93D6BB;
}
.TagClassName
{
border-color: #93D6BB;
}
</style>