Shades of Vista Blue #84CDA5
Tints of Vista Blue #84CDA5
RGB
CMYK
RGB Variations
Color information
#84CDA5 (or 0x84CDA5) is known color: Vista Blue. HEX triplet: 84, CD and A5. RGB value is (132,205,165). Sum of RGB (Red+Green+Blue) = 132+205+165=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 165 (64.84% from 255 or 32.87% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDA5 is #7B325A. Grayscale: #B2B2B2. Windows color (decimal): -8073819 or 10866052. OLE color: 10866052.
HSL color Cylindrical-coordinate representation of color #84CDA5: hue angle of 147.12º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84CDA5 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 165 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.20 |
| HSL | 147.12º | 0.42% | 0.66% | - |
| HSV(B) | 147.12º | 0.36% | 0.8% | - |
| XYZ | 38.14 | 51.28 | 43.49 | - |
| YUV | 178.61 | 120.32 | 94.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 165 | 0.36 | 0 | 0.20 | 0.20 | 147.12 | 0.42 | 0.66 |
| Hex | 84 | CD | A5 | 24 | 0 | 14 | 14 | 93 | 2A | 42 |
| Octal | 204 | 315 | 245 | 44 | 0 | 24 | 24 | 223 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10100101 | 100100 | 0 | 10100 | 10100 | 10010011 | 101010 | 1000010 |
Color Harmonies of #84CDA5
Complementary color
Monochromatic Colors of #84CDA5
Black with #84CDA5
Text Example
Text Example
White with #84CDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDA5; }
p { color: rgb(132,205,165); }
H1.HeaderClassName
{
color: #84CDA5;
}
.AnyTagClassName
{
color: #84CDA5;
}
</style>
background-color css
<style>
a { background-color: #84CDA5; }
a { background-color: rgb(132,205,165); }
div.DivClassName
{
background-color: #84CDA5;
}
.BgClassName
{
background-color: #84CDA5;
}
</style>
border-color css
<style>
span { border-color: #84CDA5; }
span { border-color: rgb(132,205,165); }
td.TdClassName
{
border-color: #84CDA5;
}
.TagClassName
{
border-color: #84CDA5;
}
</style>