Shades of Vista Blue #93DEC0
Tints of Vista Blue #93DEC0
RGB
CMYK
RGB Variations
Color information
#93DEC0 (or 0x93DEC0) is known color: Vista Blue. HEX triplet: 93, DE and C0. RGB value is (147,222,192). Sum of RGB (Red+Green+Blue) = 147+222+192=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 222 (87.11% from 255 or 39.57% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DEC0 is #6C213F. Grayscale: #C4C4C4. Windows color (decimal): -7086400 or 12639891. OLE color: 12639891.
HSL color Cylindrical-coordinate representation of color #93DEC0: hue angle of 156º 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 #93DEC0 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 222 | 192 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.13 |
| HSL | 156º | 0.53% | 0.72% | - |
| HSV(B) | 156º | 0.34% | 0.87% | - |
| XYZ | 47.67 | 62.25 | 59.37 | - |
| YUV | 196.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 222 | 192 | 0.34 | 0 | 0.14 | 0.13 | 156 | 0.53 | 0.72 |
| Hex | 93 | DE | C0 | 22 | 0 | E | D | 9C | 35 | 48 |
| Octal | 223 | 336 | 300 | 42 | 0 | 16 | 15 | 234 | 65 | 110 |
| Binary | 10010011 | 11011110 | 11000000 | 100010 | 0 | 1110 | 1101 | 10011100 | 110101 | 1001000 |
Color Harmonies of #93DEC0
Complementary color
Monochromatic Colors of #93DEC0
Black with #93DEC0
Text Example
Text Example
White with #93DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93DEC0; }
p { color: rgb(147,222,192); }
H1.HeaderClassName
{
color: #93DEC0;
}
.AnyTagClassName
{
color: #93DEC0;
}
</style>
background-color css
<style>
a { background-color: #93DEC0; }
a { background-color: rgb(147,222,192); }
div.DivClassName
{
background-color: #93DEC0;
}
.BgClassName
{
background-color: #93DEC0;
}
</style>
border-color css
<style>
span { border-color: #93DEC0; }
span { border-color: rgb(147,222,192); }
td.TdClassName
{
border-color: #93DEC0;
}
.TagClassName
{
border-color: #93DEC0;
}
</style>