Shades of Vista Blue #93ECC0
Tints of Vista Blue #93ECC0
RGB
CMYK
RGB Variations
Color information
#93ECC0 (or 0x93ECC0) is known color: Vista Blue. HEX triplet: 93, EC and C0. RGB value is (147,236,192). Sum of RGB (Red+Green+Blue) = 147+236+192=575 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.57% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECC0 is #6C133F. Grayscale: #CCCCCC. Windows color (decimal): -7082816 or 12643475. OLE color: 12643475.
HSL color Cylindrical-coordinate representation of color #93ECC0: hue angle of 150.34º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93ECC0 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 192 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.07 |
| HSL | 150.34º | 0.7% | 0.75% | - |
| HSV(B) | 150.34º | 0.38% | 0.93% | - |
| XYZ | 51.54 | 70 | 60.66 | - |
| YUV | 204.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 192 | 0.38 | 0 | 0.19 | 0.07 | 150.34 | 0.7 | 0.75 |
| Hex | 93 | EC | C0 | 26 | 0 | 13 | 7 | 96 | 46 | 4B |
| Octal | 223 | 354 | 300 | 46 | 0 | 23 | 7 | 226 | 106 | 113 |
| Binary | 10010011 | 11101100 | 11000000 | 100110 | 0 | 10011 | 111 | 10010110 | 1000110 | 1001011 |
Color Harmonies of #93ECC0
Complementary color
Monochromatic Colors of #93ECC0
Black with #93ECC0
Text Example
Text Example
White with #93ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECC0; }
p { color: rgb(147,236,192); }
H1.HeaderClassName
{
color: #93ECC0;
}
.AnyTagClassName
{
color: #93ECC0;
}
</style>
background-color css
<style>
a { background-color: #93ECC0; }
a { background-color: rgb(147,236,192); }
div.DivClassName
{
background-color: #93ECC0;
}
.BgClassName
{
background-color: #93ECC0;
}
</style>
border-color css
<style>
span { border-color: #93ECC0; }
span { border-color: rgb(147,236,192); }
td.TdClassName
{
border-color: #93ECC0;
}
.TagClassName
{
border-color: #93ECC0;
}
</style>