Shades of Vista Blue #80ECB3
Tints of Vista Blue #80ECB3
RGB
CMYK
RGB Variations
Color information
#80ECB3 (or 0x80ECB3) is known color: Vista Blue. HEX triplet: 80, EC and B3. RGB value is (128,236,179). Sum of RGB (Red+Green+Blue) = 128+236+179=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #80ECB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #80ECB3 is #7F134C. Grayscale: #C5C5C5. Windows color (decimal): -8328013 or 11791488. OLE color: 11791488.
HSL color Cylindrical-coordinate representation of color #80ECB3: hue angle of 148.33º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80ECB3 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 179 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.07 |
| HSL | 148.33º | 0.74% | 0.71% | - |
| HSV(B) | 148.33º | 0.46% | 0.93% | - |
| XYZ | 47.03 | 67.83 | 53.26 | - |
| YUV | 197.21 | 117.72 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 179 | 0.46 | 0 | 0.24 | 0.07 | 148.33 | 0.74 | 0.71 |
| Hex | 80 | EC | B3 | 2E | 0 | 18 | 7 | 94 | 4A | 47 |
| Octal | 200 | 354 | 263 | 56 | 0 | 30 | 7 | 224 | 112 | 107 |
| Binary | 10000000 | 11101100 | 10110011 | 101110 | 0 | 11000 | 111 | 10010100 | 1001010 | 1000111 |
Color Harmonies of #80ECB3
Complementary color
Monochromatic Colors of #80ECB3
Black with #80ECB3
Text Example
Text Example
White with #80ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ECB3; }
p { color: rgb(128,236,179); }
H1.HeaderClassName
{
color: #80ECB3;
}
.AnyTagClassName
{
color: #80ECB3;
}
</style>
background-color css
<style>
a { background-color: #80ECB3; }
a { background-color: rgb(128,236,179); }
div.DivClassName
{
background-color: #80ECB3;
}
.BgClassName
{
background-color: #80ECB3;
}
</style>
border-color css
<style>
span { border-color: #80ECB3; }
span { border-color: rgb(128,236,179); }
td.TdClassName
{
border-color: #80ECB3;
}
.TagClassName
{
border-color: #80ECB3;
}
</style>