Shades of Vista Blue #84CDA6
Tints of Vista Blue #84CDA6
RGB
CMYK
RGB Variations
Color information
#84CDA6 (or 0x84CDA6) is known color: Vista Blue. HEX triplet: 84, CD and A6. RGB value is (132,205,166). Sum of RGB (Red+Green+Blue) = 132+205+166=503 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.24% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #84CDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84CDA6 is #7B3259. Grayscale: #B2B2B2. Windows color (decimal): -8073818 or 10931588. OLE color: 10931588.
HSL color Cylindrical-coordinate representation of color #84CDA6: hue angle of 147.95º 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 #84CDA6 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 205 | 166 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.20 |
| HSL | 147.95º | 0.42% | 0.66% | - |
| HSV(B) | 147.95º | 0.36% | 0.8% | - |
| XYZ | 38.23 | 51.32 | 43.97 | - |
| YUV | 178.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 205 | 166 | 0.36 | 0 | 0.19 | 0.20 | 147.95 | 0.42 | 0.66 |
| Hex | 84 | CD | A6 | 24 | 0 | 13 | 14 | 94 | 2A | 42 |
| Octal | 204 | 315 | 246 | 44 | 0 | 23 | 24 | 224 | 52 | 102 |
| Binary | 10000100 | 11001101 | 10100110 | 100100 | 0 | 10011 | 10100 | 10010100 | 101010 | 1000010 |
Color Harmonies of #84CDA6
Complementary color
Monochromatic Colors of #84CDA6
Black with #84CDA6
Text Example
Text Example
White with #84CDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84CDA6; }
p { color: rgb(132,205,166); }
H1.HeaderClassName
{
color: #84CDA6;
}
.AnyTagClassName
{
color: #84CDA6;
}
</style>
background-color css
<style>
a { background-color: #84CDA6; }
a { background-color: rgb(132,205,166); }
div.DivClassName
{
background-color: #84CDA6;
}
.BgClassName
{
background-color: #84CDA6;
}
</style>
border-color css
<style>
span { border-color: #84CDA6; }
span { border-color: rgb(132,205,166); }
td.TdClassName
{
border-color: #84CDA6;
}
.TagClassName
{
border-color: #84CDA6;
}
</style>