Shades of Vista Blue #84FBB1
Tints of Vista Blue #84FBB1
RGB
CMYK
RGB Variations
Color information
#84FBB1 (or 0x84FBB1) is known color: Vista Blue. HEX triplet: 84, FB and B1. RGB value is (132,251,177). Sum of RGB (Red+Green+Blue) = 132+251+177=560 (74% of max value = 765). Red value is 132 (51.95% from 255 or 23.57% from 560); Green value is 251 (98.44% from 255 or 44.82% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 251 - color contains mainly: green. Hex color #84FBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FBB1 is #7B044E. Grayscale: #CFCFCF. Windows color (decimal): -8062031 or 11664260. OLE color: 11664260.
HSL color Cylindrical-coordinate representation of color #84FBB1: hue angle of 142.69º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84FBB1 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 251 | 177 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.02 |
| HSL | 142.69º | 0.94% | 0.75% | - |
| HSV(B) | 142.69º | 0.47% | 0.98% | - |
| XYZ | 51.95 | 77.07 | 53.73 | - |
| YUV | 206.98 | 111.08 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 251 | 177 | 0.47 | 0 | 0.29 | 0.02 | 142.69 | 0.94 | 0.75 |
| Hex | 84 | FB | B1 | 2F | 0 | 1D | 2 | 8F | 5E | 4B |
| Octal | 204 | 373 | 261 | 57 | 0 | 35 | 2 | 217 | 136 | 113 |
| Binary | 10000100 | 11111011 | 10110001 | 101111 | 0 | 11101 | 10 | 10001111 | 1011110 | 1001011 |
Color Harmonies of #84FBB1
Complementary color
Monochromatic Colors of #84FBB1
Black with #84FBB1
Text Example
Text Example
White with #84FBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FBB1; }
p { color: rgb(132,251,177); }
H1.HeaderClassName
{
color: #84FBB1;
}
.AnyTagClassName
{
color: #84FBB1;
}
</style>
background-color css
<style>
a { background-color: #84FBB1; }
a { background-color: rgb(132,251,177); }
div.DivClassName
{
background-color: #84FBB1;
}
.BgClassName
{
background-color: #84FBB1;
}
</style>
border-color css
<style>
span { border-color: #84FBB1; }
span { border-color: rgb(132,251,177); }
td.TdClassName
{
border-color: #84FBB1;
}
.TagClassName
{
border-color: #84FBB1;
}
</style>