Shades of Vista Blue #84CEAD
Tints of Vista Blue #84CEAD
RGB
CMYK
RGB Variations
Color information
#84CEAD (or 0x84CEAD) is known color: Vista Blue. HEX triplet: 84, CE and AD. RGB value is (132,206,173). Sum of RGB (Red+Green+Blue) = 132+206+173=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #84CEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CEAD is #7B3152. Grayscale: #B4B4B4. Windows color (decimal): -8073555 or 11390596. OLE color: 11390596.
HSL color Cylindrical-coordinate representation of color #84CEAD: hue angle of 153.24º 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 #84CEAD is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 206 | 173 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.19 |
| HSL | 153.24º | 0.43% | 0.66% | - |
| HSV(B) | 153.24º | 0.36% | 0.81% | - |
| XYZ | 39.13 | 52.07 | 47.52 | - |
| YUV | 180.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 206 | 173 | 0.36 | 0 | 0.16 | 0.19 | 153.24 | 0.43 | 0.66 |
| Hex | 84 | CE | AD | 24 | 0 | 10 | 13 | 99 | 2B | 42 |
| Octal | 204 | 316 | 255 | 44 | 0 | 20 | 23 | 231 | 53 | 102 |
| Binary | 10000100 | 11001110 | 10101101 | 100100 | 0 | 10000 | 10011 | 10011001 | 101011 | 1000010 |
Color Harmonies of #84CEAD
Complementary color
Monochromatic Colors of #84CEAD
Black with #84CEAD
Text Example
Text Example
White with #84CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CEAD; }
p { color: rgb(132,206,173); }
H1.HeaderClassName
{
color: #84CEAD;
}
.AnyTagClassName
{
color: #84CEAD;
}
</style>
background-color css
<style>
a { background-color: #84CEAD; }
a { background-color: rgb(132,206,173); }
div.DivClassName
{
background-color: #84CEAD;
}
.BgClassName
{
background-color: #84CEAD;
}
</style>
border-color css
<style>
span { border-color: #84CEAD; }
span { border-color: rgb(132,206,173); }
td.TdClassName
{
border-color: #84CEAD;
}
.TagClassName
{
border-color: #84CEAD;
}
</style>