Shades of Vista Blue #84F3B3
Tints of Vista Blue #84F3B3
RGB
CMYK
RGB Variations
Color information
#84F3B3 (or 0x84F3B3) is known color: Vista Blue. HEX triplet: 84, F3 and B3. RGB value is (132,243,179). Sum of RGB (Red+Green+Blue) = 132+243+179=554 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.83% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #84F3B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #84F3B3 is #7B0C4C. Grayscale: #CACACA. Windows color (decimal): -8064077 or 11793284. OLE color: 11793284.
HSL color Cylindrical-coordinate representation of color #84F3B3: hue angle of 145.41º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #84F3B3 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 243 | 179 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.05 |
| HSL | 145.41º | 0.82% | 0.74% | - |
| HSV(B) | 145.41º | 0.46% | 0.95% | - |
| XYZ | 49.7 | 72.26 | 53.98 | - |
| YUV | 202.52 | 114.73 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 243 | 179 | 0.46 | 0 | 0.26 | 0.05 | 145.41 | 0.82 | 0.74 |
| Hex | 84 | F3 | B3 | 2E | 0 | 1A | 5 | 91 | 52 | 4A |
| Octal | 204 | 363 | 263 | 56 | 0 | 32 | 5 | 221 | 122 | 112 |
| Binary | 10000100 | 11110011 | 10110011 | 101110 | 0 | 11010 | 101 | 10010001 | 1010010 | 1001010 |
Color Harmonies of #84F3B3
Complementary color
Monochromatic Colors of #84F3B3
Black with #84F3B3
Text Example
Text Example
White with #84F3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F3B3; }
p { color: rgb(132,243,179); }
H1.HeaderClassName
{
color: #84F3B3;
}
.AnyTagClassName
{
color: #84F3B3;
}
</style>
background-color css
<style>
a { background-color: #84F3B3; }
a { background-color: rgb(132,243,179); }
div.DivClassName
{
background-color: #84F3B3;
}
.BgClassName
{
background-color: #84F3B3;
}
</style>
border-color css
<style>
span { border-color: #84F3B3; }
span { border-color: rgb(132,243,179); }
td.TdClassName
{
border-color: #84F3B3;
}
.TagClassName
{
border-color: #84F3B3;
}
</style>