Shades of Vista Blue #84CDA9
Tints of Vista Blue #84CDA9
RGB
CMYK
RGB Variations
Color information
#84CDA9 (or 0x84CDA9) is known color: Vista Blue. HEX triplet: 84, CD and A9. RGB value is (132,205,169). Sum of RGB (Red+Green+Blue) = 132+205+169=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDA9 is #7B3256. Grayscale: #B3B3B3. Windows color (decimal): -8073815 or 11128196. OLE color: 11128196.
HSL color Cylindrical-coordinate representation of color #84CDA9: hue angle of 150.41º 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 #84CDA9 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 169 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.20 |
| HSL | 150.41º | 0.42% | 0.66% | - |
| HSV(B) | 150.41º | 0.36% | 0.8% | - |
| XYZ | 38.51 | 51.43 | 45.43 | - |
| YUV | 179.07 | 122.32 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 169 | 0.36 | 0 | 0.18 | 0.20 | 150.41 | 0.42 | 0.66 |
| Hex | 84 | CD | A9 | 24 | 0 | 12 | 14 | 96 | 2A | 42 |
| Octal | 204 | 315 | 251 | 44 | 0 | 22 | 24 | 226 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10101001 | 100100 | 0 | 10010 | 10100 | 10010110 | 101010 | 1000010 |
Color Harmonies of #84CDA9
Complementary color
Monochromatic Colors of #84CDA9
Black with #84CDA9
Text Example
Text Example
White with #84CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDA9; }
p { color: rgb(132,205,169); }
H1.HeaderClassName
{
color: #84CDA9;
}
.AnyTagClassName
{
color: #84CDA9;
}
</style>
background-color css
<style>
a { background-color: #84CDA9; }
a { background-color: rgb(132,205,169); }
div.DivClassName
{
background-color: #84CDA9;
}
.BgClassName
{
background-color: #84CDA9;
}
</style>
border-color css
<style>
span { border-color: #84CDA9; }
span { border-color: rgb(132,205,169); }
td.TdClassName
{
border-color: #84CDA9;
}
.TagClassName
{
border-color: #84CDA9;
}
</style>