Shades of Vista Blue #84DEAA
Tints of Vista Blue #84DEAA
RGB
CMYK
RGB Variations
Color information
#84DEAA (or 0x84DEAA) is known color: Vista Blue. HEX triplet: 84, DE and AA. RGB value is (132,222,170). Sum of RGB (Red+Green+Blue) = 132+222+170=524 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.19% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DEAA is #7B2155. Grayscale: #BDBDBD. Windows color (decimal): -8069462 or 11198084. OLE color: 11198084.
HSL color Cylindrical-coordinate representation of color #84DEAA: hue angle of 145.33º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84DEAA is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 170 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.13 |
| HSL | 145.33º | 0.58% | 0.69% | - |
| HSV(B) | 145.33º | 0.41% | 0.87% | - |
| XYZ | 42.89 | 60.05 | 47.36 | - |
| YUV | 189.16 | 117.18 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 170 | 0.41 | 0 | 0.23 | 0.13 | 145.33 | 0.58 | 0.69 |
| Hex | 84 | DE | AA | 29 | 0 | 17 | D | 91 | 3A | 45 |
| Octal | 204 | 336 | 252 | 51 | 0 | 27 | 15 | 221 | 72 | 105 |
| Binary | 10000100 | 11011110 | 10101010 | 101001 | 0 | 10111 | 1101 | 10010001 | 111010 | 1000101 |
Color Harmonies of #84DEAA
Complementary color
Monochromatic Colors of #84DEAA
Black with #84DEAA
Text Example
Text Example
White with #84DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEAA; }
p { color: rgb(132,222,170); }
H1.HeaderClassName
{
color: #84DEAA;
}
.AnyTagClassName
{
color: #84DEAA;
}
</style>
background-color css
<style>
a { background-color: #84DEAA; }
a { background-color: rgb(132,222,170); }
div.DivClassName
{
background-color: #84DEAA;
}
.BgClassName
{
background-color: #84DEAA;
}
</style>
border-color css
<style>
span { border-color: #84DEAA; }
span { border-color: rgb(132,222,170); }
td.TdClassName
{
border-color: #84DEAA;
}
.TagClassName
{
border-color: #84DEAA;
}
</style>