Shades of Vista Blue #84DEAD
Tints of Vista Blue #84DEAD
RGB
CMYK
RGB Variations
Color information
#84DEAD (or 0x84DEAD) is known color: Vista Blue. HEX triplet: 84, DE and AD. RGB value is (132,222,173). Sum of RGB (Red+Green+Blue) = 132+222+173=527 (69% of max value = 765). Red value is 132 (51.95% from 255 or 25.05% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #84DEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84DEAD is #7B2152. Grayscale: #BDBDBD. Windows color (decimal): -8069459 or 11394692. OLE color: 11394692.
HSL color Cylindrical-coordinate representation of color #84DEAD: hue angle of 147.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 #84DEAD is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 222 | 173 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.13 |
| HSL | 147.33º | 0.58% | 0.69% | - |
| HSV(B) | 147.33º | 0.41% | 0.87% | - |
| XYZ | 43.18 | 60.17 | 48.87 | - |
| YUV | 189.5 | 118.68 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 222 | 173 | 0.41 | 0 | 0.22 | 0.13 | 147.33 | 0.58 | 0.69 |
| Hex | 84 | DE | AD | 29 | 0 | 16 | D | 93 | 3A | 45 |
| Octal | 204 | 336 | 255 | 51 | 0 | 26 | 15 | 223 | 72 | 105 |
| Binary | 10000100 | 11011110 | 10101101 | 101001 | 0 | 10110 | 1101 | 10010011 | 111010 | 1000101 |
Color Harmonies of #84DEAD
Complementary color
Monochromatic Colors of #84DEAD
Black with #84DEAD
Text Example
Text Example
White with #84DEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DEAD; }
p { color: rgb(132,222,173); }
H1.HeaderClassName
{
color: #84DEAD;
}
.AnyTagClassName
{
color: #84DEAD;
}
</style>
background-color css
<style>
a { background-color: #84DEAD; }
a { background-color: rgb(132,222,173); }
div.DivClassName
{
background-color: #84DEAD;
}
.BgClassName
{
background-color: #84DEAD;
}
</style>
border-color css
<style>
span { border-color: #84DEAD; }
span { border-color: rgb(132,222,173); }
td.TdClassName
{
border-color: #84DEAD;
}
.TagClassName
{
border-color: #84DEAD;
}
</style>