Shades of Vista Blue #93DEB1
Tints of Vista Blue #93DEB1
RGB
CMYK
RGB Variations
Color information
#93DEB1 (or 0x93DEB1) is known color: Vista Blue. HEX triplet: 93, DE and B1. RGB value is (147,222,177). Sum of RGB (Red+Green+Blue) = 147+222+177=546 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.92% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 177 (69.53% from 255 or 32.42% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEB1 is #6C214E. Grayscale: #C2C2C2. Windows color (decimal): -7086415 or 11656851. OLE color: 11656851.
HSL color Cylindrical-coordinate representation of color #93DEB1: hue angle of 144º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEB1 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 177 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.13 |
| HSL | 144º | 0.53% | 0.72% | - |
| HSV(B) | 144º | 0.34% | 0.87% | - |
| XYZ | 46.09 | 61.62 | 51.06 | - |
| YUV | 194.45 | 118.15 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 177 | 0.34 | 0 | 0.20 | 0.13 | 144 | 0.53 | 0.72 |
| Hex | 93 | DE | B1 | 22 | 0 | 14 | D | 90 | 35 | 48 |
| Octal | 223 | 336 | 261 | 42 | 0 | 24 | 15 | 220 | 65 | 110 |
| Binary | 10010011 | 11011110 | 10110001 | 100010 | 0 | 10100 | 1101 | 10010000 | 110101 | 1001000 |
Color Harmonies of #93DEB1
Complementary color
Monochromatic Colors of #93DEB1
Black with #93DEB1
Text Example
Text Example
White with #93DEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEB1; }
p { color: rgb(147,222,177); }
H1.HeaderClassName
{
color: #93DEB1;
}
.AnyTagClassName
{
color: #93DEB1;
}
</style>
background-color css
<style>
a { background-color: #93DEB1; }
a { background-color: rgb(147,222,177); }
div.DivClassName
{
background-color: #93DEB1;
}
.BgClassName
{
background-color: #93DEB1;
}
</style>
border-color css
<style>
span { border-color: #93DEB1; }
span { border-color: rgb(147,222,177); }
td.TdClassName
{
border-color: #93DEB1;
}
.TagClassName
{
border-color: #93DEB1;
}
</style>