Shades of Vista Blue #84CEAC
Tints of Vista Blue #84CEAC
RGB
CMYK
RGB Variations
Color information
#84CEAC (or 0x84CEAC) is known color: Vista Blue. HEX triplet: 84, CE and AC. RGB value is (132,206,172). Sum of RGB (Red+Green+Blue) = 132+206+172=510 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.88% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CEAC is #7B3153. Grayscale: #B4B4B4. Windows color (decimal): -8073556 or 11325060. OLE color: 11325060.
HSL color Cylindrical-coordinate representation of color #84CEAC: hue angle of 152.43º degrees, saturation: 0.43, 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 #84CEAC is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 172 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.19 |
| HSL | 152.43º | 0.43% | 0.66% | - |
| HSV(B) | 152.43º | 0.36% | 0.81% | - |
| XYZ | 39.03 | 52.03 | 47.01 | - |
| YUV | 180 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 172 | 0.36 | 0 | 0.17 | 0.19 | 152.43 | 0.43 | 0.66 |
| Hex | 84 | CE | AC | 24 | 0 | 11 | 13 | 98 | 2B | 42 |
| Octal | 204 | 316 | 254 | 44 | 0 | 21 | 23 | 230 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10101100 | 100100 | 0 | 10001 | 10011 | 10011000 | 101011 | 1000010 |
Color Harmonies of #84CEAC
Complementary color
Monochromatic Colors of #84CEAC
Black with #84CEAC
Text Example
Text Example
White with #84CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEAC; }
p { color: rgb(132,206,172); }
H1.HeaderClassName
{
color: #84CEAC;
}
.AnyTagClassName
{
color: #84CEAC;
}
</style>
background-color css
<style>
a { background-color: #84CEAC; }
a { background-color: rgb(132,206,172); }
div.DivClassName
{
background-color: #84CEAC;
}
.BgClassName
{
background-color: #84CEAC;
}
</style>
border-color css
<style>
span { border-color: #84CEAC; }
span { border-color: rgb(132,206,172); }
td.TdClassName
{
border-color: #84CEAC;
}
.TagClassName
{
border-color: #84CEAC;
}
</style>