Shades of Vista Blue #84F2B5
Tints of Vista Blue #84F2B5
RGB
CMYK
RGB Variations
Color information
#84F2B5 (or 0x84F2B5) is known color: Vista Blue. HEX triplet: 84, F2 and B5. RGB value is (132,242,181). Sum of RGB (Red+Green+Blue) = 132+242+181=555 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.78% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #84F2B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F2B5 is #7B0D4A. Grayscale: #CACACA. Windows color (decimal): -8064331 or 11924100. OLE color: 11924100.
HSL color Cylindrical-coordinate representation of color #84F2B5: hue angle of 146.73º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #84F2B5 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 181 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.05 |
| HSL | 146.73º | 0.81% | 0.73% | - |
| HSV(B) | 146.73º | 0.45% | 0.95% | - |
| XYZ | 49.61 | 71.75 | 54.95 | - |
| YUV | 202.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 181 | 0.45 | 0 | 0.25 | 0.05 | 146.73 | 0.81 | 0.73 |
| Hex | 84 | F2 | B5 | 2D | 0 | 19 | 5 | 93 | 51 | 49 |
| Octal | 204 | 362 | 265 | 55 | 0 | 31 | 5 | 223 | 121 | 111 |
| Binary | 10000100 | 11110010 | 10110101 | 101101 | 0 | 11001 | 101 | 10010011 | 1010001 | 1001001 |
Color Harmonies of #84F2B5
Complementary color
Monochromatic Colors of #84F2B5
Black with #84F2B5
Text Example
Text Example
White with #84F2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F2B5; }
p { color: rgb(132,242,181); }
H1.HeaderClassName
{
color: #84F2B5;
}
.AnyTagClassName
{
color: #84F2B5;
}
</style>
background-color css
<style>
a { background-color: #84F2B5; }
a { background-color: rgb(132,242,181); }
div.DivClassName
{
background-color: #84F2B5;
}
.BgClassName
{
background-color: #84F2B5;
}
</style>
border-color css
<style>
span { border-color: #84F2B5; }
span { border-color: rgb(132,242,181); }
td.TdClassName
{
border-color: #84F2B5;
}
.TagClassName
{
border-color: #84F2B5;
}
</style>