Shades of Vista Blue #93EEC0
Tints of Vista Blue #93EEC0
RGB
CMYK
RGB Variations
Color information
#93EEC0 (or 0x93EEC0) is known color: Vista Blue. HEX triplet: 93, EE and C0. RGB value is (147,238,192). Sum of RGB (Red+Green+Blue) = 147+238+192=577 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.48% from 577); Green value is 238 (93.36% from 255 or 41.25% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEC0 is #6C113F. Grayscale: #CDCDCD. Windows color (decimal): -7082304 or 12643987. OLE color: 12643987.
HSL color Cylindrical-coordinate representation of color #93EEC0: hue angle of 149.67º degrees, saturation: 0.73, 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 #93EEC0 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 192 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.07 |
| HSL | 149.67º | 0.73% | 0.75% | - |
| HSV(B) | 149.67º | 0.38% | 0.93% | - |
| XYZ | 52.12 | 71.16 | 60.86 | - |
| YUV | 205.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 192 | 0.38 | 0 | 0.19 | 0.07 | 149.67 | 0.73 | 0.75 |
| Hex | 93 | EE | C0 | 26 | 0 | 13 | 7 | 96 | 49 | 4B |
| Octal | 223 | 356 | 300 | 46 | 0 | 23 | 7 | 226 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11000000 | 100110 | 0 | 10011 | 111 | 10010110 | 1001001 | 1001011 |
Color Harmonies of #93EEC0
Complementary color
Monochromatic Colors of #93EEC0
Black with #93EEC0
Text Example
Text Example
White with #93EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEC0; }
p { color: rgb(147,238,192); }
H1.HeaderClassName
{
color: #93EEC0;
}
.AnyTagClassName
{
color: #93EEC0;
}
</style>
background-color css
<style>
a { background-color: #93EEC0; }
a { background-color: rgb(147,238,192); }
div.DivClassName
{
background-color: #93EEC0;
}
.BgClassName
{
background-color: #93EEC0;
}
</style>
border-color css
<style>
span { border-color: #93EEC0; }
span { border-color: rgb(147,238,192); }
td.TdClassName
{
border-color: #93EEC0;
}
.TagClassName
{
border-color: #93EEC0;
}
</style>