Shades of Vista Blue #94ECB0
Tints of Vista Blue #94ECB0
RGB
CMYK
RGB Variations
Color information
#94ECB0 (or 0x94ECB0) is known color: Vista Blue. HEX triplet: 94, EC and B0. RGB value is (148,236,176). Sum of RGB (Red+Green+Blue) = 148+236+176=560 (74% of max value = 765). Red value is 148 (58.20% from 255 or 26.43% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #94ECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94ECB0 is #6B134F. Grayscale: #CBCBCB. Windows color (decimal): -7017296 or 11594900. OLE color: 11594900.
HSL color Cylindrical-coordinate representation of color #94ECB0: hue angle of 139.09º 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 #94ECB0 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 176 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.07 |
| HSL | 139.09º | 0.7% | 0.75% | - |
| HSV(B) | 139.09º | 0.37% | 0.93% | - |
| XYZ | 50.04 | 69.42 | 51.84 | - |
| YUV | 202.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 176 | 0.37 | 0 | 0.25 | 0.07 | 139.09 | 0.7 | 0.75 |
| Hex | 94 | EC | B0 | 25 | 0 | 19 | 7 | 8B | 46 | 4B |
| Octal | 224 | 354 | 260 | 45 | 0 | 31 | 7 | 213 | 106 | 113 |
| Binary | 10010100 | 11101100 | 10110000 | 100101 | 0 | 11001 | 111 | 10001011 | 1000110 | 1001011 |
Color Harmonies of #94ECB0
Complementary color
Monochromatic Colors of #94ECB0
Black with #94ECB0
Text Example
Text Example
White with #94ECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94ECB0; }
p { color: rgb(148,236,176); }
H1.HeaderClassName
{
color: #94ECB0;
}
.AnyTagClassName
{
color: #94ECB0;
}
</style>
background-color css
<style>
a { background-color: #94ECB0; }
a { background-color: rgb(148,236,176); }
div.DivClassName
{
background-color: #94ECB0;
}
.BgClassName
{
background-color: #94ECB0;
}
</style>
border-color css
<style>
span { border-color: #94ECB0; }
span { border-color: rgb(148,236,176); }
td.TdClassName
{
border-color: #94ECB0;
}
.TagClassName
{
border-color: #94ECB0;
}
</style>