Shades of Vista Blue #94ECB6
Tints of Vista Blue #94ECB6
RGB
CMYK
RGB Variations
Color information
#94ECB6 (or 0x94ECB6) is known color: Vista Blue. HEX triplet: 94, EC and B6. RGB value is (148,236,182). Sum of RGB (Red+Green+Blue) = 148+236+182=566 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.15% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 182 (71.48% from 255 or 32.16% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #94ECB6 is #6B1349. Grayscale: #CBCBCB. Windows color (decimal): -7017290 or 11988116. OLE color: 11988116.
HSL color Cylindrical-coordinate representation of color #94ECB6: hue angle of 143.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94ECB6 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 182 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.07 |
| HSL | 143.18º | 0.7% | 0.75% | - |
| HSV(B) | 143.18º | 0.37% | 0.93% | - |
| XYZ | 50.65 | 69.66 | 55.03 | - |
| YUV | 203.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 182 | 0.37 | 0 | 0.23 | 0.07 | 143.18 | 0.7 | 0.75 |
| Hex | 94 | EC | B6 | 25 | 0 | 17 | 7 | 8F | 46 | 4B |
| Octal | 224 | 354 | 266 | 45 | 0 | 27 | 7 | 217 | 106 | 113 |
| Binary | 10010100 | 11101100 | 10110110 | 100101 | 0 | 10111 | 111 | 10001111 | 1000110 | 1001011 |
Color Harmonies of #94ECB6
Complementary color
Monochromatic Colors of #94ECB6
Black with #94ECB6
Text Example
Text Example
White with #94ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECB6; }
p { color: rgb(148,236,182); }
H1.HeaderClassName
{
color: #94ECB6;
}
.AnyTagClassName
{
color: #94ECB6;
}
</style>
background-color css
<style>
a { background-color: #94ECB6; }
a { background-color: rgb(148,236,182); }
div.DivClassName
{
background-color: #94ECB6;
}
.BgClassName
{
background-color: #94ECB6;
}
</style>
border-color css
<style>
span { border-color: #94ECB6; }
span { border-color: rgb(148,236,182); }
td.TdClassName
{
border-color: #94ECB6;
}
.TagClassName
{
border-color: #94ECB6;
}
</style>