Shades of Vista Blue #84CFAA
Tints of Vista Blue #84CFAA
RGB
CMYK
RGB Variations
Color information
#84CFAA (or 0x84CFAA) is known color: Vista Blue. HEX triplet: 84, CF and AA. RGB value is (132,207,170). Sum of RGB (Red+Green+Blue) = 132+207+170=509 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.93% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #84CFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CFAA is #7B3055. Grayscale: #B4B4B4. Windows color (decimal): -8073302 or 11194244. OLE color: 11194244.
HSL color Cylindrical-coordinate representation of color #84CFAA: hue angle of 150.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CFAA is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 207 | 170 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.19 |
| HSL | 150.4º | 0.44% | 0.66% | - |
| HSV(B) | 150.4º | 0.36% | 0.81% | - |
| XYZ | 39.08 | 52.43 | 46.09 | - |
| YUV | 180.36 | 122.15 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 207 | 170 | 0.36 | 0 | 0.18 | 0.19 | 150.4 | 0.44 | 0.66 |
| Hex | 84 | CF | AA | 24 | 0 | 12 | 13 | 96 | 2C | 42 |
| Octal | 204 | 317 | 252 | 44 | 0 | 22 | 23 | 226 | 54 | 102 |
| Binary | 10000100 | 11001111 | 10101010 | 100100 | 0 | 10010 | 10011 | 10010110 | 101100 | 1000010 |
Color Harmonies of #84CFAA
Complementary color
Monochromatic Colors of #84CFAA
Black with #84CFAA
Text Example
Text Example
White with #84CFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CFAA; }
p { color: rgb(132,207,170); }
H1.HeaderClassName
{
color: #84CFAA;
}
.AnyTagClassName
{
color: #84CFAA;
}
</style>
background-color css
<style>
a { background-color: #84CFAA; }
a { background-color: rgb(132,207,170); }
div.DivClassName
{
background-color: #84CFAA;
}
.BgClassName
{
background-color: #84CFAA;
}
</style>
border-color css
<style>
span { border-color: #84CFAA; }
span { border-color: rgb(132,207,170); }
td.TdClassName
{
border-color: #84CFAA;
}
.TagClassName
{
border-color: #84CFAA;
}
</style>