Shades of Vista Blue #84CDA2
Tints of Vista Blue #84CDA2
RGB
CMYK
RGB Variations
Color information
#84CDA2 (or 0x84CDA2) is known color: Vista Blue. HEX triplet: 84, CD and A2. RGB value is (132,205,162). Sum of RGB (Red+Green+Blue) = 132+205+162=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 205 (80.47% from 255 or 41.08% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDA2 is #7B325D. Grayscale: #B2B2B2. Windows color (decimal): -8073822 or 10669444. OLE color: 10669444.
HSL color Cylindrical-coordinate representation of color #84CDA2: hue angle of 144.66º 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 #84CDA2 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 162 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.20 |
| HSL | 144.66º | 0.42% | 0.66% | - |
| HSV(B) | 144.66º | 0.36% | 0.8% | - |
| XYZ | 37.87 | 51.18 | 42.06 | - |
| YUV | 178.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 162 | 0.36 | 0 | 0.21 | 0.20 | 144.66 | 0.42 | 0.66 |
| Hex | 84 | CD | A2 | 24 | 0 | 15 | 14 | 91 | 2A | 42 |
| Octal | 204 | 315 | 242 | 44 | 0 | 25 | 24 | 221 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10100010 | 100100 | 0 | 10101 | 10100 | 10010001 | 101010 | 1000010 |
Color Harmonies of #84CDA2
Complementary color
Monochromatic Colors of #84CDA2
Black with #84CDA2
Text Example
Text Example
White with #84CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDA2; }
p { color: rgb(132,205,162); }
H1.HeaderClassName
{
color: #84CDA2;
}
.AnyTagClassName
{
color: #84CDA2;
}
</style>
background-color css
<style>
a { background-color: #84CDA2; }
a { background-color: rgb(132,205,162); }
div.DivClassName
{
background-color: #84CDA2;
}
.BgClassName
{
background-color: #84CDA2;
}
</style>
border-color css
<style>
span { border-color: #84CDA2; }
span { border-color: rgb(132,205,162); }
td.TdClassName
{
border-color: #84CDA2;
}
.TagClassName
{
border-color: #84CDA2;
}
</style>