Shades of Vista Blue #93ECB7
Tints of Vista Blue #93ECB7
RGB
CMYK
RGB Variations
Color information
#93ECB7 (or 0x93ECB7) is known color: Vista Blue. HEX triplet: 93, EC and B7. RGB value is (147,236,183). Sum of RGB (Red+Green+Blue) = 147+236+183=566 (74% of max value = 765). Red value is 147 (57.81% from 255 or 25.97% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #93ECB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93ECB7 is #6C1348. Grayscale: #CBCBCB. Windows color (decimal): -7082825 or 12053651. OLE color: 12053651.
HSL color Cylindrical-coordinate representation of color #93ECB7: hue angle of 144.27º 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 #93ECB7 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 183 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.07 |
| HSL | 144.27º | 0.7% | 0.75% | - |
| HSV(B) | 144.27º | 0.38% | 0.93% | - |
| XYZ | 50.58 | 69.61 | 55.57 | - |
| YUV | 203.35 | 116.51 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 183 | 0.38 | 0 | 0.22 | 0.07 | 144.27 | 0.7 | 0.75 |
| Hex | 93 | EC | B7 | 26 | 0 | 16 | 7 | 90 | 46 | 4B |
| Octal | 223 | 354 | 267 | 46 | 0 | 26 | 7 | 220 | 106 | 113 |
| Binary | 10010011 | 11101100 | 10110111 | 100110 | 0 | 10110 | 111 | 10010000 | 1000110 | 1001011 |
Color Harmonies of #93ECB7
Complementary color
Monochromatic Colors of #93ECB7
Black with #93ECB7
Text Example
Text Example
White with #93ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ECB7; }
p { color: rgb(147,236,183); }
H1.HeaderClassName
{
color: #93ECB7;
}
.AnyTagClassName
{
color: #93ECB7;
}
</style>
background-color css
<style>
a { background-color: #93ECB7; }
a { background-color: rgb(147,236,183); }
div.DivClassName
{
background-color: #93ECB7;
}
.BgClassName
{
background-color: #93ECB7;
}
</style>
border-color css
<style>
span { border-color: #93ECB7; }
span { border-color: rgb(147,236,183); }
td.TdClassName
{
border-color: #93ECB7;
}
.TagClassName
{
border-color: #93ECB7;
}
</style>