Shades of Vista Blue #93D4B0
Tints of Vista Blue #93D4B0
RGB
CMYK
RGB Variations
Color information
#93D4B0 (or 0x93D4B0) is known color: Vista Blue. HEX triplet: 93, D4 and B0. RGB value is (147,212,176). Sum of RGB (Red+Green+Blue) = 147+212+176=535 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.48% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #93D4B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D4B0 is #6C2B4F. Grayscale: #BCBCBC. Windows color (decimal): -7088976 or 11588755. OLE color: 11588755.
HSL color Cylindrical-coordinate representation of color #93D4B0: hue angle of 146.77º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D4B0 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 212 | 176 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.17 |
| HSL | 146.77º | 0.43% | 0.7% | - |
| HSV(B) | 146.77º | 0.31% | 0.83% | - |
| XYZ | 43.41 | 56.42 | 49.68 | - |
| YUV | 188.46 | 120.97 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 212 | 176 | 0.31 | 0 | 0.17 | 0.17 | 146.77 | 0.43 | 0.7 |
| Hex | 93 | D4 | B0 | 1F | 0 | 11 | 11 | 93 | 2B | 46 |
| Octal | 223 | 324 | 260 | 37 | 0 | 21 | 21 | 223 | 53 | 106 |
| Binary | 10010011 | 11010100 | 10110000 | 11111 | 0 | 10001 | 10001 | 10010011 | 101011 | 1000110 |
Color Harmonies of #93D4B0
Complementary color
Monochromatic Colors of #93D4B0
Black with #93D4B0
Text Example
Text Example
White with #93D4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93D4B0; }
p { color: rgb(147,212,176); }
H1.HeaderClassName
{
color: #93D4B0;
}
.AnyTagClassName
{
color: #93D4B0;
}
</style>
background-color css
<style>
a { background-color: #93D4B0; }
a { background-color: rgb(147,212,176); }
div.DivClassName
{
background-color: #93D4B0;
}
.BgClassName
{
background-color: #93D4B0;
}
</style>
border-color css
<style>
span { border-color: #93D4B0; }
span { border-color: rgb(147,212,176); }
td.TdClassName
{
border-color: #93D4B0;
}
.TagClassName
{
border-color: #93D4B0;
}
</style>